New-AzPurviewAmazonPostgreSqlDataSourceObject
Create an in-memory object for AmazonPostgreSqlDataSource.
Syntax
Default (Default)
New-AzPurviewAmazonPostgreSqlDataSourceObject
[-CollectionReferenceName <String>]
[-CollectionType <String>]
[-Port <Int32>]
[-ServerEndpoint <String>]
[-VpcEndpointServiceName <String>]
[<CommonParameters>]
Description
Create an in-memory object for AmazonPostgreSqlDataSource.
Examples
Example 1: Create Amazon PostgreSQL data source object
New-AzPurviewAmazonPostgreSqlDataSourceObject -Port 5432 -VpcEndpointServiceName 'com.amazonaws.ypce.wus.123456789' -ServerEndpoint 'DummyServer' -CollectionReferenceName 'parv-brs-2' -CollectionType 'CollectionReference'
CollectionLastModifiedAt :
CollectionReferenceName : parv-brs-2
CollectionType : CollectionReference
CreatedAt :
Id :
Kind : AmazonPostgreSql
LastModifiedAt :
Name :
Port : 5432
Scan :
ServerEndpoint : DummyServer
VpcEndpointServiceName : com.amazonaws.ypce.wus.123456789
Create Amazon PostgreSQL data source object
Parameters
-CollectionReferenceName
Create an in-memory object for AmazonPostgreSqlDataSource.
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 AmazonPostgreSqlDataSource.
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 AmazonPostgreSqlDataSource.
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 AmazonPostgreSqlDataSource.
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 AmazonPostgreSqlDataSource.
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