| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| software.amazon.awscdk.services.docdb |
Amazon DocumentDB Construct Library
|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.ecr |
Amazon ECR Construct Library
|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| software.amazon.awscdk.services.elasticsearch |
Amazon Elasticsearch Service Construct Library
|
| software.amazon.awscdk.services.fsx |
Amazon FSx Construct Library
|
| software.amazon.awscdk.services.kms |
AWS Key Management Service Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.logs |
Amazon CloudWatch Logs Construct Library
|
| software.amazon.awscdk.services.opensearchservice |
Amazon OpenSearch Service Construct Library
|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| software.amazon.awscdk.services.sqs |
Amazon Simple Queue Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
RemovalPolicyOptions.getDefaultValue()
(experimental) The default policy to apply in case the removal policy is not defined.
|
RemovalPolicy |
RemovalPolicyOptions.Jsii$Proxy.getDefaultValue() |
default RemovalPolicy |
CustomResourceProps.getRemovalPolicy()
(experimental) The policy to apply when this resource is removed from the application.
|
RemovalPolicy |
CustomResourceProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
NestedStackProps.getRemovalPolicy()
(experimental) Policy to apply when the nested stack is removed.
|
RemovalPolicy |
NestedStackProps.Jsii$Proxy.getRemovalPolicy() |
static RemovalPolicy |
RemovalPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemovalPolicy[] |
RemovalPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CfnResource.applyRemovalPolicy(RemovalPolicy policy)
(experimental) Sets the deletion policy of the resource based on the removal policy specified.
|
void |
Resource.applyRemovalPolicy(RemovalPolicy policy)
(experimental) Apply the given removal policy to this resource.
|
void |
CfnResource.applyRemovalPolicy(RemovalPolicy policy,
RemovalPolicyOptions options)
(experimental) Sets the deletion policy of the resource based on the removal policy specified.
|
RemovalPolicyOptions.Builder |
RemovalPolicyOptions.Builder.defaultValue(RemovalPolicy defaultValue)
Sets the value of
RemovalPolicyOptions.getDefaultValue() |
CustomResourceProps.Builder |
CustomResourceProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
CustomResourceProps.getRemovalPolicy() |
CustomResource.Builder |
CustomResource.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The policy to apply when this resource is removed from the application.
|
NestedStackProps.Builder |
NestedStackProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
NestedStackProps.getRemovalPolicy() |
NestedStack.Builder |
NestedStack.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the nested stack is removed.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
BackupVaultProps.getRemovalPolicy()
(experimental) The removal policy to apply to the vault.
|
RemovalPolicy |
BackupVaultProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
BackupVault.Builder |
BackupVault.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply to the vault.
|
BackupVaultProps.Builder |
BackupVaultProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
BackupVaultProps.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
ReportGroupProps.getRemovalPolicy()
(experimental) What to do when this resource is deleted from a stack.
|
RemovalPolicy |
ReportGroupProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ReportGroupProps.Builder |
ReportGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
ReportGroupProps.getRemovalPolicy() |
ReportGroup.Builder |
ReportGroup.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) What to do when this resource is deleted from a stack.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
UserPoolProps.getRemovalPolicy()
(experimental) Policy to apply when the user pool is removed from the stack.
|
RemovalPolicy |
UserPoolProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolProps.Builder |
UserPoolProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
UserPoolProps.getRemovalPolicy() |
UserPool.Builder |
UserPool.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the user pool is removed from the stack.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
DatabaseClusterProps.getRemovalPolicy()
(experimental) The removal policy to apply when the cluster and its instances are removed or replaced during a stack update, or when the stack is deleted.
|
RemovalPolicy |
DatabaseClusterProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
DatabaseInstanceProps.getRemovalPolicy()
(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
RemovalPolicy |
DatabaseInstanceProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstance.Builder |
DatabaseInstance.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseClusterProps.getRemovalPolicy() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply when the cluster and its instances are removed or replaced during a stack update, or when the stack is deleted.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseInstanceProps.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
RemovalPolicy |
TableProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
TableOptions.getRemovalPolicy()
(experimental) The removal policy to apply to the DynamoDB Table.
|
RemovalPolicy |
TableOptions.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply to the DynamoDB Table.
|
TableProps.Builder |
TableProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
TableOptions.getRemovalPolicy() |
TableOptions.Builder |
TableOptions.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
TableOptions.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
VolumeProps.getRemovalPolicy()
(experimental) Policy to apply when the volume is removed from the stack.
|
RemovalPolicy |
VolumeProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
VolumeProps.Builder |
VolumeProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
VolumeProps.getRemovalPolicy() |
Volume.Builder |
Volume.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the volume is removed from the stack.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
RepositoryProps.getRemovalPolicy()
(experimental) Determine what happens to the repository when the resource/stack is deleted.
|
RemovalPolicy |
RepositoryProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Repository.Builder |
Repository.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Determine what happens to the repository when the resource/stack is deleted.
|
RepositoryProps.Builder |
RepositoryProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
RepositoryProps.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
FileSystemProps.getRemovalPolicy()
(experimental) The removal policy to apply to the file system.
|
RemovalPolicy |
FileSystemProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemProps.Builder |
FileSystemProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
FileSystemProps.getRemovalPolicy() |
FileSystem.Builder |
FileSystem.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply to the file system.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
DomainProps.getRemovalPolicy()
(experimental) Policy to apply when the domain is removed from the stack.
|
RemovalPolicy |
DomainProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
DomainProps.Builder |
DomainProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DomainProps.getRemovalPolicy() |
Domain.Builder |
Domain.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the domain is removed from the stack.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
FileSystemProps.getRemovalPolicy()
(experimental) Policy to apply when the file system is removed from the stack.
|
RemovalPolicy |
FileSystemProps.Jsii$Proxy.getRemovalPolicy() |
RemovalPolicy |
LustreFileSystemProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemProps.Builder |
FileSystemProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
FileSystemProps.getRemovalPolicy() |
LustreFileSystem.Builder |
LustreFileSystem.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the file system is removed from the stack.
|
LustreFileSystemProps.Builder |
LustreFileSystemProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
FileSystemProps.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
KeyProps.getRemovalPolicy()
(experimental) Whether the encryption key should be retained when it is removed from the Stack.
|
RemovalPolicy |
KeyProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
AliasProps.getRemovalPolicy()
(experimental) Policy to apply when the alias is removed from this stack.
|
RemovalPolicy |
AliasProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Alias.Builder |
Alias.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the alias is removed from this stack.
|
KeyProps.Builder |
KeyProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
KeyProps.getRemovalPolicy() |
Key.Builder |
Key.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Whether the encryption key should be retained when it is removed from the Stack.
|
AliasProps.Builder |
AliasProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
AliasProps.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
LayerVersionOptions.getRemovalPolicy()
(experimental) Whether to retain this version of the layer when a new version is added or when the stack is deleted.
|
RemovalPolicy |
LayerVersionOptions.Jsii$Proxy.getRemovalPolicy() |
RemovalPolicy |
VersionProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
VersionOptions.getRemovalPolicy()
(experimental) Whether to retain old versions of this function when a new version is created.
|
RemovalPolicy |
VersionOptions.Jsii$Proxy.getRemovalPolicy() |
RemovalPolicy |
LayerVersionProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
LayerVersionOptions.Builder |
LayerVersionOptions.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
LayerVersionOptions.getRemovalPolicy() |
Version.Builder |
Version.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Whether to retain old versions of this function when a new version is created.
|
LayerVersion.Builder |
LayerVersion.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Whether to retain this version of the layer when a new version is added or when the stack is deleted.
|
VersionProps.Builder |
VersionProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
VersionOptions.getRemovalPolicy() |
VersionOptions.Builder |
VersionOptions.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
VersionOptions.getRemovalPolicy() |
LayerVersionProps.Builder |
LayerVersionProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
LayerVersionOptions.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
LogStreamProps.getRemovalPolicy()
(experimental) Determine what happens when the log stream resource is removed from the app.
|
RemovalPolicy |
LogStreamProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
LogGroupProps.getRemovalPolicy()
(experimental) Determine the removal policy of this log group.
|
RemovalPolicy |
LogGroupProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
LogStreamProps.Builder |
LogStreamProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
LogStreamProps.getRemovalPolicy() |
LogStream.Builder |
LogStream.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Determine what happens when the log stream resource is removed from the app.
|
LogGroup.Builder |
LogGroup.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Determine the removal policy of this log group.
|
LogGroupProps.Builder |
LogGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
LogGroupProps.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
DomainProps.getRemovalPolicy()
(experimental) Policy to apply when the domain is removed from the stack.
|
RemovalPolicy |
DomainProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
DomainProps.Builder |
DomainProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DomainProps.getRemovalPolicy() |
Domain.Builder |
Domain.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the domain is removed from the stack.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
ServerlessClusterProps.getRemovalPolicy()
(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.
|
RemovalPolicy |
ServerlessClusterProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
DatabaseClusterProps.getRemovalPolicy()
(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.
|
RemovalPolicy |
DatabaseClusterProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
SubnetGroupProps.getRemovalPolicy()
(experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.
|
RemovalPolicy |
SubnetGroupProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
DatabaseInstanceNewProps.getRemovalPolicy()
(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
RemovalPolicy |
DatabaseInstanceNewProps.Jsii$Proxy.getRemovalPolicy() |
RemovalPolicy |
DatabaseInstanceProps.Jsii$Proxy.getRemovalPolicy() |
RemovalPolicy |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getRemovalPolicy() |
RemovalPolicy |
DatabaseInstanceReadReplicaProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
DatabaseClusterFromSnapshotProps.getRemovalPolicy()
(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.
|
RemovalPolicy |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getRemovalPolicy() |
RemovalPolicy |
DatabaseInstanceSourceProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
ServerlessClusterProps.getRemovalPolicy() |
SubnetGroup.Builder |
SubnetGroup.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.
|
ServerlessCluster.Builder |
ServerlessCluster.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseClusterProps.getRemovalPolicy() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.
|
DatabaseInstanceReadReplica.Builder |
DatabaseInstanceReadReplica.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
SubnetGroupProps.Builder |
SubnetGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
SubnetGroupProps.getRemovalPolicy() |
DatabaseInstanceNewProps.Builder |
DatabaseInstanceNewProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseInstanceNewProps.getRemovalPolicy() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseInstanceNewProps.getRemovalPolicy() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseInstanceNewProps.getRemovalPolicy() |
DatabaseInstanceReadReplicaProps.Builder |
DatabaseInstanceReadReplicaProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseInstanceNewProps.getRemovalPolicy() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.
|
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseClusterFromSnapshotProps.getRemovalPolicy() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
DatabaseInstanceNewProps.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
CrossAccountZoneDelegationRecordProps.getRemovalPolicy()
(experimental) The removal policy to apply to the record set.
|
RemovalPolicy |
CrossAccountZoneDelegationRecordProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
CrossAccountZoneDelegationRecordProps.Builder |
CrossAccountZoneDelegationRecordProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
CrossAccountZoneDelegationRecordProps.getRemovalPolicy() |
CrossAccountZoneDelegationRecord.Builder |
CrossAccountZoneDelegationRecord.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The removal policy to apply to the record set.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
BucketPolicyProps.getRemovalPolicy()
(experimental) Policy to apply when the policy is removed from this stack.
|
RemovalPolicy |
BucketPolicyProps.Jsii$Proxy.getRemovalPolicy() |
default RemovalPolicy |
BucketProps.getRemovalPolicy()
(experimental) Policy to apply when the bucket is removed from this stack.
|
RemovalPolicy |
BucketProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
void |
BucketPolicy.applyRemovalPolicy(RemovalPolicy removalPolicy)
(experimental) Sets the removal policy for the BucketPolicy.
|
BucketPolicyProps.Builder |
BucketPolicyProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
BucketPolicyProps.getRemovalPolicy() |
BucketProps.Builder |
BucketProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
BucketProps.getRemovalPolicy() |
BucketPolicy.Builder |
BucketPolicy.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the policy is removed from this stack.
|
Bucket.Builder |
Bucket.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the bucket is removed from this stack.
|
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
SecretProps.getRemovalPolicy()
(experimental) Policy to apply when the secret is removed from this stack.
|
RemovalPolicy |
SecretProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Secret.Builder |
Secret.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the secret is removed from this stack.
|
SecretProps.Builder |
SecretProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
SecretProps.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
default RemovalPolicy |
QueueProps.getRemovalPolicy()
(experimental) Policy to apply when the user pool is removed from the stack.
|
RemovalPolicy |
QueueProps.Jsii$Proxy.getRemovalPolicy() |
| Modifier and Type | Method and Description |
|---|---|
QueueProps.Builder |
QueueProps.Builder.removalPolicy(RemovalPolicy removalPolicy)
Sets the value of
QueueProps.getRemovalPolicy() |
Queue.Builder |
Queue.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) Policy to apply when the user pool is removed from the stack.
|
Copyright © 2021. All rights reserved.