New-AzPurviewAmazonSqlDataSourceObject
Create an in-memory object for AmazonSqlDataSource.
Syntax
Default (Default)
New-AzPurviewAmazonSqlDataSourceObject
[-CollectionReferenceName <String>]
[-CollectionType <String>]
[-Port <Int32>]
[-ServerEndpoint <String>]
[-VpcEndpointServiceName <String>]
[<CommonParameters>]
Description
Create an in-memory object for AmazonSqlDataSource.
Examples
Example 1: Create Amazon SQL data source object
New-AzPurviewAmazonSqlDataSourceObject -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference' -Port 1433 -ServerEndpoint DummyEdnpoint -VpcEndpointServiceName com.amazonaws.ypce.wus.123456789
CollectionLastModifiedAt :
CollectionReferenceName : parv-brs-2
CollectionType : CollectionReference
CreatedAt :
Id :
Kind : AmazonSql
LastModifiedAt :
Name :
Port : 1433
Scan :
ServerEndpoint : DummyEdnpoint
VpcEndpointServiceName : com.amazonaws.ypce.wus.123456789
Create Amazon SQL data source object
Parameters
-CollectionReferenceName
Create an in-memory object for AmazonSqlDataSource.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-CollectionType
Create an in-memory object for AmazonSqlDataSource.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-Port
Create an in-memory object for AmazonSqlDataSource.
Parameter properties
Type: Int32
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-ServerEndpoint
Create an in-memory object for AmazonSqlDataSource.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
-VpcEndpointServiceName
Create an in-memory object for AmazonSqlDataSource.
Parameter properties
Type: String
Default value: None
Supports wildcards: False
DontShow: False
Parameter sets
(All)
Position: Named
Mandatory: False
Value from pipeline: False
Value from pipeline by property name: False
Value from remaining arguments: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters .
Outputs