@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:38.466Z") @Stability(value=Stable) public interface CfnDBClusterProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBClusterProps.Builder
A builder for
CfnDBClusterProps |
static class |
CfnDBClusterProps.Jsii$Proxy
An implementation for
CfnDBClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBClusterProps.Builder |
builder() |
default Object |
getAssociatedRoles()
`AWS::RDS::DBCluster.AssociatedRoles`.
|
default List<String> |
getAvailabilityZones()
`AWS::RDS::DBCluster.AvailabilityZones`.
|
default Number |
getBacktrackWindow()
`AWS::RDS::DBCluster.BacktrackWindow`.
|
default Number |
getBackupRetentionPeriod()
`AWS::RDS::DBCluster.BackupRetentionPeriod`.
|
default String |
getDatabaseName()
`AWS::RDS::DBCluster.DatabaseName`.
|
default String |
getDbClusterIdentifier()
`AWS::RDS::DBCluster.DBClusterIdentifier`.
|
default String |
getDbClusterParameterGroupName()
`AWS::RDS::DBCluster.DBClusterParameterGroupName`.
|
default String |
getDbSubnetGroupName()
`AWS::RDS::DBCluster.DBSubnetGroupName`.
|
default Object |
getDeletionProtection()
`AWS::RDS::DBCluster.DeletionProtection`.
|
default List<String> |
getEnableCloudwatchLogsExports()
`AWS::RDS::DBCluster.EnableCloudwatchLogsExports`.
|
default Object |
getEnableHttpEndpoint()
`AWS::RDS::DBCluster.EnableHttpEndpoint`.
|
default Object |
getEnableIamDatabaseAuthentication()
`AWS::RDS::DBCluster.EnableIAMDatabaseAuthentication`.
|
String |
getEngine()
`AWS::RDS::DBCluster.Engine`.
|
default String |
getEngineMode()
`AWS::RDS::DBCluster.EngineMode`.
|
default String |
getEngineVersion()
`AWS::RDS::DBCluster.EngineVersion`.
|
default String |
getGlobalClusterIdentifier()
`AWS::RDS::DBCluster.GlobalClusterIdentifier`.
|
default String |
getKmsKeyId()
`AWS::RDS::DBCluster.KmsKeyId`.
|
default String |
getMasterUsername()
`AWS::RDS::DBCluster.MasterUsername`.
|
default String |
getMasterUserPassword()
`AWS::RDS::DBCluster.MasterUserPassword`.
|
default Number |
getPort()
`AWS::RDS::DBCluster.Port`.
|
default String |
getPreferredBackupWindow()
`AWS::RDS::DBCluster.PreferredBackupWindow`.
|
default String |
getPreferredMaintenanceWindow()
`AWS::RDS::DBCluster.PreferredMaintenanceWindow`.
|
default String |
getReplicationSourceIdentifier()
`AWS::RDS::DBCluster.ReplicationSourceIdentifier`.
|
default String |
getRestoreType()
`AWS::RDS::DBCluster.RestoreType`.
|
default Object |
getScalingConfiguration()
`AWS::RDS::DBCluster.ScalingConfiguration`.
|
default String |
getSnapshotIdentifier()
`AWS::RDS::DBCluster.SnapshotIdentifier`.
|
default String |
getSourceDbClusterIdentifier()
`AWS::RDS::DBCluster.SourceDBClusterIdentifier`.
|
default String |
getSourceRegion()
`AWS::RDS::DBCluster.SourceRegion`.
|
default Object |
getStorageEncrypted()
`AWS::RDS::DBCluster.StorageEncrypted`.
|
default List<CfnTag> |
getTags()
`AWS::RDS::DBCluster.Tags`.
|
default Object |
getUseLatestRestorableTime()
`AWS::RDS::DBCluster.UseLatestRestorableTime`.
|
default List<String> |
getVpcSecurityGroupIds()
`AWS::RDS::DBCluster.VpcSecurityGroupIds`.
|
@Stability(value=Stable) @NotNull String getEngine()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine@Stability(value=Stable) @Nullable default Object getAssociatedRoles()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-associatedroles@Stability(value=Stable) @Nullable default List<String> getAvailabilityZones()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-availabilityzones@Stability(value=Stable) @Nullable default Number getBacktrackWindow()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow@Stability(value=Stable) @Nullable default Number getBackupRetentionPeriod()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod@Stability(value=Stable) @Nullable default String getDatabaseName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename@Stability(value=Stable) @Nullable default String getDbClusterIdentifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier@Stability(value=Stable) @Nullable default String getDbClusterParameterGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname@Stability(value=Stable) @Nullable default String getDbSubnetGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname@Stability(value=Stable) @Nullable default Object getDeletionProtection()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection@Stability(value=Stable) @Nullable default List<String> getEnableCloudwatchLogsExports()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablecloudwatchlogsexports@Stability(value=Stable) @Nullable default Object getEnableHttpEndpoint()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint@Stability(value=Stable) @Nullable default Object getEnableIamDatabaseAuthentication()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication@Stability(value=Stable) @Nullable default String getEngineMode()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode@Stability(value=Stable) @Nullable default String getEngineVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion@Stability(value=Stable) @Nullable default String getGlobalClusterIdentifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-globalclusteridentifier@Stability(value=Stable) @Nullable default String getKmsKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid@Stability(value=Stable) @Nullable default String getMasterUsername()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername@Stability(value=Stable) @Nullable default String getMasterUserPassword()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword@Stability(value=Stable) @Nullable default Number getPort()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port@Stability(value=Stable) @Nullable default String getPreferredBackupWindow()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow@Stability(value=Stable) @Nullable default String getPreferredMaintenanceWindow()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow@Stability(value=Stable) @Nullable default String getReplicationSourceIdentifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier@Stability(value=Stable) @Nullable default String getRestoreType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype@Stability(value=Stable) @Nullable default Object getScalingConfiguration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-scalingconfiguration@Stability(value=Stable) @Nullable default String getSnapshotIdentifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier@Stability(value=Stable) @Nullable default String getSourceDbClusterIdentifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier@Stability(value=Stable) @Nullable default String getSourceRegion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion@Stability(value=Stable) @Nullable default Object getStorageEncrypted()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-tags@Stability(value=Stable) @Nullable default Object getUseLatestRestorableTime()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime@Stability(value=Stable) @Nullable default List<String> getVpcSecurityGroupIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-vpcsecuritygroupids@Stability(value=Stable) static CfnDBClusterProps.Builder builder()
CfnDBClusterProps.Builder of CfnDBClusterPropsCopyright © 2020. All rights reserved.