@Generated(value="jsii-pacmak/0.20.5 (build a820217)", date="2019-11-13T14:31:12.742Z") @Stability(value=External) public interface CfnDBClusterProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-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 List<String> |
getAvailabilityZones()
`AWS::DocDB::DBCluster.AvailabilityZones`.
|
default Number |
getBackupRetentionPeriod()
`AWS::DocDB::DBCluster.BackupRetentionPeriod`.
|
default String |
getDbClusterIdentifier()
`AWS::DocDB::DBCluster.DBClusterIdentifier`.
|
default String |
getDbClusterParameterGroupName()
`AWS::DocDB::DBCluster.DBClusterParameterGroupName`.
|
default String |
getDbSubnetGroupName()
`AWS::DocDB::DBCluster.DBSubnetGroupName`.
|
default List<String> |
getEnableCloudwatchLogsExports()
`AWS::DocDB::DBCluster.EnableCloudwatchLogsExports`.
|
default String |
getEngineVersion()
`AWS::DocDB::DBCluster.EngineVersion`.
|
default String |
getKmsKeyId()
`AWS::DocDB::DBCluster.KmsKeyId`.
|
default String |
getMasterUsername()
`AWS::DocDB::DBCluster.MasterUsername`.
|
default String |
getMasterUserPassword()
`AWS::DocDB::DBCluster.MasterUserPassword`.
|
default Number |
getPort()
`AWS::DocDB::DBCluster.Port`.
|
default String |
getPreferredBackupWindow()
`AWS::DocDB::DBCluster.PreferredBackupWindow`.
|
default String |
getPreferredMaintenanceWindow()
`AWS::DocDB::DBCluster.PreferredMaintenanceWindow`.
|
default String |
getSnapshotIdentifier()
`AWS::DocDB::DBCluster.SnapshotIdentifier`.
|
default Object |
getStorageEncrypted()
`AWS::DocDB::DBCluster.StorageEncrypted`.
|
default List<CfnTag> |
getTags()
`AWS::DocDB::DBCluster.Tags`.
|
default List<String> |
getVpcSecurityGroupIds()
`AWS::DocDB::DBCluster.VpcSecurityGroupIds`.
|
@Stability(value=External) default List<String> getAvailabilityZones()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-availabilityzones@Stability(value=External) default Number getBackupRetentionPeriod()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-backupretentionperiod@Stability(value=External) default String getDbClusterIdentifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusteridentifier@Stability(value=External) default String getDbClusterParameterGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbclusterparametergroupname@Stability(value=External) default String getDbSubnetGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-dbsubnetgroupname@Stability(value=External) default List<String> getEnableCloudwatchLogsExports()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-enablecloudwatchlogsexports@Stability(value=External) default String getEngineVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-engineversion@Stability(value=External) default String getKmsKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-kmskeyid@Stability(value=External) default String getMasterUsername()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masterusername@Stability(value=External) default String getMasterUserPassword()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-masteruserpassword@Stability(value=External) default Number getPort()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-port@Stability(value=External) default String getPreferredBackupWindow()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredbackupwindow@Stability(value=External) default String getPreferredMaintenanceWindow()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-preferredmaintenancewindow@Stability(value=External) default String getSnapshotIdentifier()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-snapshotidentifier@Stability(value=External) default Object getStorageEncrypted()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storageencrypted@Stability(value=External) default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-tags@Stability(value=External) default List<String> getVpcSecurityGroupIds()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-vpcsecuritygroupids@Stability(value=External) static CfnDBClusterProps.Builder builder()
CfnDBClusterProps.Builder of CfnDBClusterPropsCopyright © 2019. All rights reserved.