AWS Tools for Windows PowerShell
Command Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Synopsis

Calls the Oracle Database@Amazon Web Services CreateAutonomousDatabase API operation.

Syntax

New-ODBAutonomousDatabase
-AdminPassword <String>
-AllowlistedIp <String[]>
-SourceConfiguration_RestoreFromBackup_AutonomousDatabaseBackupId <String>
-AutonomousMaintenanceScheduleType <AutonomousMaintenanceScheduleType>
-SourceConfiguration_CloneToRefreshable_AutoRefreshFrequencyInSecond <Int32>
-SourceConfiguration_CloneToRefreshable_AutoRefreshPointLagInSecond <Int32>
-ResourcePoolSummary_AvailableComputeCapacity <Int32>
-ResourcePoolSummary_AvailableStorageCapacityInTBs <Double>
-BackupRetentionPeriodInDay <Int32>
-ByolComputeCountLimit <Double>
-CharacterSet <String>
-SourceConfiguration_PointInTimeRestore_CloneTableSpaceList <Int32[]>
-SourceConfiguration_RestoreFromBackup_CloneTableSpaceList <Int32[]>
-SourceConfiguration_CloneToRefreshable_CloneType <CloneType>
-SourceConfiguration_DatabaseClone_CloneType <CloneType>
-SourceConfiguration_PointInTimeRestore_CloneType <CloneType>
-SourceConfiguration_RestoreFromBackup_CloneType <CloneType>
-ComputeCount <Double>
-CpuCoreCount <Int32>
-CustomerContactsToSendToOCI <CustomerContact[]>
-DatabaseEdition <DatabaseEdition>
-DataStorageSizeInGBs <Int32>
-DataStorageSizeInTBs <Int32>
-DbName <String>
-DbToolsDetail <DatabaseTool[]>
-DbVersion <String>
-DbWorkload <DbWorkload>
-DisplayName <String>
-EncryptionKeyProvider <EncryptionKeyProviderInput>
-EncryptionKeyConfiguration_AwsEncryptionKey_ExternalIdType <ExternalIdType>
-EncryptionKeyConfiguration_AwsEncryptionKey_IamRoleArn <String>
-IsAutoScalingEnabled <Boolean>
-IsAutoScalingForStorageEnabled <Boolean>
-IsBackupRetentionLocked <Boolean>
-ResourcePoolSummary_IsDisabled <Boolean>
-IsLocalDataGuardEnabled <Boolean>
-IsMtlsConnectionRequired <Boolean>
-SourceConfiguration_CrossRegionDisasterRecovery_IsReplicateAutomaticBackup <Boolean>
-EncryptionKeyConfiguration_AwsEncryptionKey_KmsKeyId <String>
-LicenseModel <LicenseModel>
-NcharacterSet <String>
-OdbNetworkId <String>
-SourceConfiguration_CloneToRefreshable_OpenMode <OpenMode>
-ResourcePoolSummary_PoolSize <Int32>
-ResourcePoolSummary_PoolStorageSizeInTBs <Int32>
-PrivateEndpointIp <String>
-PrivateEndpointLabel <String>
-SourceConfiguration_CloneToRefreshable_RefreshableMode <RefreshableMode>
-SourceConfiguration_CrossRegionDisasterRecovery_RemoteDisasterRecoveryType <DisasterRecoveryType>
-ResourcePoolLeaderId <String>
-ScheduledOperation <ScheduledOperationDetails[]>
-Source <SourceType>
-SourceConfiguration_CrossRegionDataGuard_SourceAutonomousDatabaseArn <String>
-SourceConfiguration_CrossRegionDisasterRecovery_SourceAutonomousDatabaseArn <String>
-SourceConfiguration_CloneToRefreshable_SourceAutonomousDatabaseId <String>
-SourceConfiguration_DatabaseClone_SourceAutonomousDatabaseId <String>
-SourceConfiguration_PointInTimeRestore_SourceAutonomousDatabaseId <String>
-StandbyAllowlistedIp <String[]>
-StandbyAllowlistedIpsSource <StandbyAllowlistedIpsSource>
-Tag <Hashtable>
-SourceConfiguration_CloneToRefreshable_TimeOfAutoRefreshStart <DateTime>
-SourceConfiguration_PointInTimeRestore_Timestamp <DateTime>
-ResourcePoolSummary_TotalComputeCapacity <Int32>
-TransportableTablespace_TtsBundleUrl <String>
-SourceConfiguration_PointInTimeRestore_UseLatestAvailableBackupTimestamp <Boolean>
-ClientToken <String>
-Select <String>
-Force <SwitchParameter>
-ClientConfig <AmazonOdbConfig>

Description

Creates a new Autonomous Database.

Parameters

-AdminPassword <String>
The password for the ADMIN user of the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-AllowlistedIp <String[]>
The list of IP addresses that are allowed to access the Autonomous Database. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAllowlistedIps
-AutonomousMaintenanceScheduleType <AutonomousMaintenanceScheduleType>
The maintenance schedule type for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-BackupRetentionPeriodInDay <Int32>
The retention period, in days, for automatic backups of the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesBackupRetentionPeriodInDays
-ByolComputeCountLimit <Double>
The maximum number of compute resources that you can allocate to the Autonomous Database under the bring-your-own-license (BYOL) model.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-CharacterSet <String>
The character set to use for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ClientConfig <AmazonOdbConfig>
Amazon.PowerShell.Cmdlets.ODB.AmazonOdbClientCmdlet.ClientConfig
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ClientToken <String>
A client-provided token to ensure the idempotency of the request.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ComputeCount <Double>
The compute capacity, in number of Elastic CPUs (ECPUs) or Oracle CPUs (OCPUs), to assign to the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-CpuCoreCount <Int32>
The number of CPU cores to allocate to the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-CustomerContactsToSendToOCI <CustomerContact[]>
The list of customer contacts to receive operational notifications from Oracle Cloud Infrastructure (OCI) for the Autonomous Database. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DatabaseEdition <DatabaseEdition>
The Oracle Database edition to apply to the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DataStorageSizeInGBs <Int32>
The size, in gigabytes (GB), of the data volume to allocate for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DataStorageSizeInTBs <Int32>
The size, in terabytes (TB), of the data volume to allocate for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DbName <String>
The name of the Autonomous Database. The name must begin with an alphabetic character and can contain a maximum of 30 alphanumeric characters. Special characters are not permitted. The name must be unique in the Amazon Web Services account.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DbToolsDetail <DatabaseTool[]>
The list of database management tools to enable for the Autonomous Database. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesDbToolsDetails
-DbVersion <String>
The Oracle Database software version to use for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DbWorkload <DbWorkload>
The intended use of the Autonomous Database, such as transaction processing, data warehouse, JSON database, or APEX.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-DisplayName <String>
The user-friendly name for the Autonomous Database. The name does not have to be unique.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EncryptionKeyConfiguration_AwsEncryptionKey_ExternalIdType <ExternalIdType>
The type of external identifier associated with the encryption key.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EncryptionKeyConfiguration_AwsEncryptionKey_IamRoleArn <String>
The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that grants access to the KMS key.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EncryptionKeyConfiguration_AwsEncryptionKey_KmsKeyId <String>
The identifier or ARN of the Amazon Web Services KMS key to use for encryption.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-EncryptionKeyProvider <EncryptionKeyProviderInput>
The provider of the encryption key to use for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IsAutoScalingEnabled <Boolean>
Specifies whether to enable automatic scaling of the compute resources for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IsAutoScalingForStorageEnabled <Boolean>
Specifies whether to enable automatic scaling of the storage for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IsBackupRetentionLocked <Boolean>
Specifies whether to lock the backup retention period of the Autonomous Database to prevent it from being shortened.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IsLocalDataGuardEnabled <Boolean>
Specifies whether to enable local Oracle Data Guard for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-IsMtlsConnectionRequired <Boolean>
Specifies whether mutual TLS (mTLS) authentication is required to connect to the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-LicenseModel <LicenseModel>
The Oracle license model to apply to the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-NcharacterSet <String>
The national character set to use for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-OdbNetworkId <String>
The unique identifier of the ODB network to be used for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-PrivateEndpointIp <String>
The private endpoint IP address for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-PrivateEndpointLabel <String>
The private endpoint label for the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ResourcePoolLeaderId <String>
The unique identifier of the resource pool leader Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ResourcePoolSummary_AvailableComputeCapacity <Int32>
The available compute capacity in the resource pool.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ResourcePoolSummary_AvailableStorageCapacityInTBs <Double>
The available storage capacity in the resource pool, in TB.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ResourcePoolSummary_IsDisabled <Boolean>
Indicates whether the resource pool is disabled.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ResourcePoolSummary_PoolSize <Int32>
The number of Autonomous Databases that the resource pool can contain.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ResourcePoolSummary_PoolStorageSizeInTBs <Int32>
The total storage size of the resource pool, in terabytes (TB).
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ResourcePoolSummary_TotalComputeCapacity <Int32>
The total compute capacity of the resource pool.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-ScheduledOperation <ScheduledOperationDetails[]>
The list of scheduled start and stop times for the Autonomous Database. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesScheduledOperations
-Select <String>
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Odb.Model.CreateAutonomousDatabaseResponse). Specifying the name of a property of type Amazon.Odb.Model.CreateAutonomousDatabaseResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Source <SourceType>
The source from which to create the Autonomous Database, such as a clone, backup, or cross-Region copy.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_CloneToRefreshable_AutoRefreshFrequencyInSecond <Int32>
The frequency, in seconds, at which the refreshable clone is automatically refreshed.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSourceConfiguration_CloneToRefreshable_AutoRefreshFrequencyInSeconds
-SourceConfiguration_CloneToRefreshable_AutoRefreshPointLagInSecond <Int32>
The time lag, in seconds, between the refreshable clone and its source database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSourceConfiguration_CloneToRefreshable_AutoRefreshPointLagInSeconds
-SourceConfiguration_CloneToRefreshable_CloneType <CloneType>
The type of clone to create.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_CloneToRefreshable_OpenMode <OpenMode>
The mode in which to open the refreshable clone, either read-only or read/write.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_CloneToRefreshable_RefreshableMode <RefreshableMode>
The refresh mode of the refreshable clone, either automatic or manual.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_CloneToRefreshable_SourceAutonomousDatabaseId <String>
The unique identifier of the source Autonomous Database to create the refreshable clone from.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_CloneToRefreshable_TimeOfAutoRefreshStart <DateTime>
The date and time at which the automatic refresh of the refreshable clone starts.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_CrossRegionDataGuard_SourceAutonomousDatabaseArn <String>
The Amazon Resource Name (ARN) of the source Autonomous Database for the cross-Region Oracle Data Guard configuration.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_CrossRegionDisasterRecovery_IsReplicateAutomaticBackup <Boolean>
Indicates whether automatic backups are replicated to the disaster recovery database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSourceConfiguration_CrossRegionDisasterRecovery_IsReplicateAutomaticBackups
-SourceConfiguration_CrossRegionDisasterRecovery_RemoteDisasterRecoveryType <DisasterRecoveryType>
The type of remote disaster recovery to configure, either Autonomous Data Guard or backup-based.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_CrossRegionDisasterRecovery_SourceAutonomousDatabaseArn <String>
The Amazon Resource Name (ARN) of the source Autonomous Database for the cross-Region disaster recovery configuration.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_DatabaseClone_CloneType <CloneType>
The type of clone to create, either a full clone, a metadata clone, or a partial clone.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_DatabaseClone_SourceAutonomousDatabaseId <String>
The unique identifier of the source Autonomous Database to clone.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_PointInTimeRestore_CloneTableSpaceList <Int32[]>
The list of tablespace identifiers to clone from the point-in-time restore. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_PointInTimeRestore_CloneType <CloneType>
The type of clone to create from the point-in-time restore.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_PointInTimeRestore_SourceAutonomousDatabaseId <String>
The unique identifier of the source Autonomous Database to restore from.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_PointInTimeRestore_Timestamp <DateTime>
The date and time to which to restore the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_PointInTimeRestore_UseLatestAvailableBackupTimestamp <Boolean>
Indicates whether to use the latest available backup timestamp for the restore.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_RestoreFromBackup_AutonomousDatabaseBackupId <String>
The unique identifier of the Autonomous Database backup to restore from.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_RestoreFromBackup_CloneTableSpaceList <Int32[]>
The list of tablespace identifiers to clone from the backup. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-SourceConfiguration_RestoreFromBackup_CloneType <CloneType>
The type of clone to create from the backup.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-StandbyAllowlistedIp <String[]>
The list of IP addresses that are allowed to access the standby Autonomous Database. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesStandbyAllowlistedIps
-StandbyAllowlistedIpsSource <StandbyAllowlistedIpsSource>
The source of the allowlisted IP addresses for the standby Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-Tag <Hashtable>
The list of resource tags to apply to the Autonomous Database. Each tag is a key-value pair with no predefined name, type, or namespace. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesTags
-TransportableTablespace_TtsBundleUrl <String>
The URL of the transportable tablespace bundle to use when creating the Autonomous Database.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)

Common Credential and Region Parameters

-AccessKey <String>
The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAK
-Credential <AWSCredentials>
An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-EndpointUrl <String>
The endpoint to make the call against.Note: This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
-NetworkCredential <PSCredential>
Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication.
Required?False
Position?Named
Accept pipeline input?True (ByValue, ByPropertyName)
-ProfileLocation <String>
Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs)If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials.If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given.As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesAWSProfilesLocation, ProfilesLocation
-ProfileName <String>
The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesStoredCredentials, AWSProfileName
-Region <Object>
The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesRegionToCall
-SecretKey <String>
The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesSK, SecretAccessKey
-SessionToken <String>
The session token if the access and secret keys are temporary session-based credentials.
Required?False
Position?Named
Accept pipeline input?True (ByPropertyName)
AliasesST

Outputs

This cmdlet returns an Amazon.Odb.Model.CreateAutonomousDatabaseResponse object containing multiple properties.

Supported Version

AWS Tools for PowerShell: 2.x.y.z