AWS.RDS.DBCluster
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html
Index
fn new(errorOnEmptyProp)fn creationPolicy(policy)fn creationPolicyMixin(policy)fn deletionPolicy(policy)fn deletionPolicyMixin(policy)fn dependsOn(dependencies)fn dependsOnMixin(dependencies)fn metadata(metadatas)fn metadataMixin(metadatas)fn updatePolicy(policy)fn updatePolicyMixin(policy)fn updateReplacePolicy(policy)fn updateReplacePolicyMixin(policy)fn withAssociatedRoles(associatedRoles)fn withAssociatedRolesMixin(associatedRoles)fn withAvailabilityZones(availabilityZones)fn withAvailabilityZonesMixin(availabilityZones)fn withBacktrackWindow(backtrackWindow)fn withBackupRetentionPeriod(backupRetentionPeriod)fn withCopyTagsToSnapshot(copyTagsToSnapshot)fn withDBClusterIdentifier(dbclusterIdentifier)fn withDBClusterParameterGroupName(dbclusterParameterGroupName)fn withDBSubnetGroupName(dbsubnetGroupName)fn withDatabaseName(databaseName)fn withDeletionProtection(deletionProtection)fn withEnableCloudwatchLogsExports(enableCloudwatchLogsExports)fn withEnableCloudwatchLogsExportsMixin(enableCloudwatchLogsExports)fn withEnableHttpEndpoint(enableHttpEndpoint)fn withEnableIAMDatabaseAuthentication(enableIamdatabaseAuthentication)fn withEngine(engine)fn withEngineMode(engineMode)fn withEngineVersion(engineVersion)fn withGlobalClusterIdentifier(globalClusterIdentifier)fn withKmsKeyId(kmsKeyId)fn withMasterUserPassword(masterUserPassword)fn withMasterUsername(masterUsername)fn withPort(port)fn withPreferredBackupWindow(preferredBackupWindow)fn withPreferredMaintenanceWindow(preferredMaintenanceWindow)fn withReplicationSourceIdentifier(replicationSourceIdentifier)fn withRestoreType(restoreType)fn withScalingConfiguration(scalingConfiguration)fn withScalingConfigurationMixin(scalingConfiguration)fn withSnapshotIdentifier(snapshotIdentifier)fn withSourceDBClusterIdentifier(sourceDbclusterIdentifier)fn withSourceRegion(sourceRegion)fn withStorageEncrypted(storageEncrypted)fn withTags(tags)fn withTagsMixin(tags)fn withUseLatestRestorableTime(useLatestRestorableTime)fn withVpcSecurityGroupIds(vpcSecurityGroupIds)fn withVpcSecurityGroupIdsMixin(vpcSecurityGroupIds)
Fields
fn new
new(errorOnEmptyProp)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html
fn creationPolicy
creationPolicy(policy)
Associate the CreationPolicy attribute with a resource to prevent its status from reaching create complete until AWS CloudFormation receives a specified number of success signals or the timeout period is exceeded. To signal a resource, you can use the cfn-signal helper script or SignalResource API. CloudFormation publishes valid signals to the stack events so that you track the number of signals sent. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-creationpolicy.html
fn creationPolicyMixin
creationPolicyMixin(policy)
cf creationPolicy(), but return a merged object
fn deletionPolicy
deletionPolicy(policy)
With the DeletionPolicy attribute you can preserve, and in some cases, backup a resource when its stack is deleted. You specify a DeletionPolicy attribute for each resource that you want to control. If a resource has no DeletionPolicy attribute, AWS CloudFormation deletes the resource by default. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html
fn deletionPolicyMixin
deletionPolicyMixin(policy)
cf deletionPolicy(), but return a merged object
fn dependsOn
dependsOn(dependencies)
With the DependsOn attribute you can specify that the creation of a specific resource follows another. When you add a DependsOn attribute to a resource, that resource is created only after the creation of the resource specified in the DependsOn attribute. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html
fn dependsOnMixin
dependsOnMixin(dependencies)
cf dependsOn(), but return a merged array
fn metadata
metadata(metadatas)
The metadata attribute enables you to associate structured data with a resource. By adding a metadata attribute to a resource, you can add data in JSON or YAML to the resource declaration. In addition, you can use intrinsic functions (such as GetAtt and Ref), parameters, and pseudo parameters within the metadata attribute to add those interpreted values. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-metadata.html
fn metadataMixin
metadataMixin(metadatas)
cf metadata(), but return a merged object
fn updatePolicy
updatePolicy(policy)
Use the UpdatePolicy attribute to specify how AWS CloudFormation handles updates to the AWS::AppStream::Fleet, AWS::AutoScaling::AutoScalingGroup, AWS::ElastiCache::ReplicationGroup, AWS::OpenSearchService::Domain, AWS::Elasticsearch::Domain, or AWS::Lambda::Alias resources. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html
fn updatePolicyMixin
updatePolicyMixin(policy)
cf `updatePolicy(), but return a merged object
fn updateReplacePolicy
updateReplacePolicy(policy)
Use the UpdateReplacePolicy attribute to retain or, in some cases, backup the existing physical instance of a resource when it's replaced during a stack update operation. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatereplacepolicy.html
fn updateReplacePolicyMixin
updateReplacePolicyMixin(policy)
cf updateReplacePolicy, but return a merged object
fn withAssociatedRoles
withAssociatedRoles(associatedRoles)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-associatedroles
fn withAssociatedRolesMixin
withAssociatedRolesMixin(associatedRoles)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-associatedroles
fn withAvailabilityZones
withAvailabilityZones(availabilityZones)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-availabilityzones
fn withAvailabilityZonesMixin
withAvailabilityZonesMixin(availabilityZones)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-availabilityzones
fn withBacktrackWindow
withBacktrackWindow(backtrackWindow)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backtrackwindow
fn withBackupRetentionPeriod
withBackupRetentionPeriod(backupRetentionPeriod)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-backuprententionperiod
fn withCopyTagsToSnapshot
withCopyTagsToSnapshot(copyTagsToSnapshot)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-copytagstosnapshot
fn withDBClusterIdentifier
withDBClusterIdentifier(dbclusterIdentifier)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusteridentifier
fn withDBClusterParameterGroupName
withDBClusterParameterGroupName(dbclusterParameterGroupName)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbclusterparametergroupname
fn withDBSubnetGroupName
withDBSubnetGroupName(dbsubnetGroupName)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsubnetgroupname
fn withDatabaseName
withDatabaseName(databaseName)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename
fn withDeletionProtection
withDeletionProtection(deletionProtection)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-deletionprotection
fn withEnableCloudwatchLogsExports
withEnableCloudwatchLogsExports(enableCloudwatchLogsExports)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablecloudwatchlogsexports
fn withEnableCloudwatchLogsExportsMixin
withEnableCloudwatchLogsExportsMixin(enableCloudwatchLogsExports)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablecloudwatchlogsexports
fn withEnableHttpEndpoint
withEnableHttpEndpoint(enableHttpEndpoint)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enablehttpendpoint
fn withEnableIAMDatabaseAuthentication
withEnableIAMDatabaseAuthentication(enableIamdatabaseAuthentication)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enableiamdatabaseauthentication
fn withEngine
withEngine(engine)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engine
fn withEngineMode
withEngineMode(engineMode)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode
fn withEngineVersion
withEngineVersion(engineVersion)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-engineversion
fn withGlobalClusterIdentifier
withGlobalClusterIdentifier(globalClusterIdentifier)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-globalclusteridentifier
fn withKmsKeyId
withKmsKeyId(kmsKeyId)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-kmskeyid
fn withMasterUserPassword
withMasterUserPassword(masterUserPassword)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserpassword
fn withMasterUsername
withMasterUsername(masterUsername)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masterusername
fn withPort
withPort(port)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-port
fn withPreferredBackupWindow
withPreferredBackupWindow(preferredBackupWindow)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredbackupwindow
fn withPreferredMaintenanceWindow
withPreferredMaintenanceWindow(preferredMaintenanceWindow)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-preferredmaintenancewindow
fn withReplicationSourceIdentifier
withReplicationSourceIdentifier(replicationSourceIdentifier)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-replicationsourceidentifier
fn withRestoreType
withRestoreType(restoreType)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-restoretype
fn withScalingConfiguration
withScalingConfiguration(scalingConfiguration)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-scalingconfiguration
fn withScalingConfigurationMixin
withScalingConfigurationMixin(scalingConfiguration)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-scalingconfiguration
fn withSnapshotIdentifier
withSnapshotIdentifier(snapshotIdentifier)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-snapshotidentifier
fn withSourceDBClusterIdentifier
withSourceDBClusterIdentifier(sourceDbclusterIdentifier)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourcedbclusteridentifier
fn withSourceRegion
withSourceRegion(sourceRegion)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-sourceregion
fn withStorageEncrypted
withStorageEncrypted(storageEncrypted)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-storageencrypted
fn withTags
withTags(tags)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-tags
fn withTagsMixin
withTagsMixin(tags)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-tags
fn withUseLatestRestorableTime
withUseLatestRestorableTime(useLatestRestorableTime)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-uselatestrestorabletime
fn withVpcSecurityGroupIds
withVpcSecurityGroupIds(vpcSecurityGroupIds)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-vpcsecuritygroupids
fn withVpcSecurityGroupIdsMixin
withVpcSecurityGroupIdsMixin(vpcSecurityGroupIds)
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-vpcsecuritygroupids