Uses of Enum
software.amazon.awscdk.RemovalPolicy
Packages that use RemovalPolicy
Package
Description
AWS Cloud Development Kit Library
AWS CDK Custom Resources
Amazon API Gateway Construct Library
AWS Backup Construct Library
AWS Certificate Manager Construct Library
AWS CodeBuild Construct Library
Amazon Cognito Construct Library
Amazon DocumentDB Construct Library
Amazon DynamoDB Construct Library
Amazon EC2 Construct Library
Amazon ECR Construct Library
Amazon Elastic File System Construct Library
Amazon EKS Construct Library
Amazon EKS V2 Construct Library
Amazon OpenSearch Service Construct Library
Amazon FSx Construct Library
AWS Identity and Access Management Construct Library
Amazon Kinesis Construct Library
Kinesis Analytics Flink
AWS Key Management Service Construct Library
AWS Lambda Construct Library
Amazon Lambda Golang Library
Amazon Lambda Node.js Library
Amazon Lambda Python Library
Amazon CloudWatch Logs Construct Library
Amazon Managed Streaming for Apache Kafka Construct Library
Amazon Neptune Construct Library
Amazon OpenSearch Service Construct Library
Amazon Relational Database Service Construct Library
Amazon Redshift Construct Library
Amazon Route53 Construct Library
Amazon S3 Construct Library
Amazon S3 Tables Construct Library
Amazon EventBridge Scheduler Construct Library
AWS Secrets Manager Construct Library
Amazon Simple Queue Service Construct Library
AWS Step Functions Construct Library
Triggers
-
Uses of RemovalPolicy in software.amazon.awscdk
Methods in software.amazon.awscdk that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyRemovalPolicyOptions.getDefaultValue()The default policy to apply in case the removal policy is not defined.final RemovalPolicyRemovalPolicyOptions.Jsii$Proxy.getDefaultValue()default RemovalPolicyCustomResourceProps.getRemovalPolicy()The policy to apply when this resource is removed from the application.final RemovalPolicyCustomResourceProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyNestedStackProps.getRemovalPolicy()Policy to apply when the nested stack is removed.final RemovalPolicyNestedStackProps.Jsii$Proxy.getRemovalPolicy()static RemovalPolicyReturns 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.Methods in software.amazon.awscdk with parameters of type RemovalPolicyModifier and TypeMethodDescriptionvoidMissingRemovalPolicies.apply(RemovalPolicy policy) Apply a removal policy only to resources without existing policies within this scope.voidMissingRemovalPolicies.apply(RemovalPolicy policy, RemovalPolicyProps props) Apply a removal policy only to resources without existing policies within this scope.voidRemovalPolicies.apply(RemovalPolicy policy) Apply a removal policy to all resources within this scope, overriding any existing policies.voidRemovalPolicies.apply(RemovalPolicy policy, RemovalPolicyProps props) Apply a removal policy to all resources within this scope, overriding any existing policies.voidCfnResource.applyRemovalPolicy(RemovalPolicy policy) Sets the deletion policy of the resource based on the removal policy specified.voidCfnResource.applyRemovalPolicy(RemovalPolicy policy, RemovalPolicyOptions options) Sets the deletion policy of the resource based on the removal policy specified.voidIResource.applyRemovalPolicy(RemovalPolicy policy) Apply the given removal policy to this resource.default voidIResource.Jsii$Default.applyRemovalPolicy(RemovalPolicy policy) Apply the given removal policy to this resource.voidResource.applyRemovalPolicy(RemovalPolicy policy) Apply the given removal policy to this resource.RemovalPolicyOptions.Builder.defaultValue(RemovalPolicy defaultValue) Sets the value ofRemovalPolicyOptions.getDefaultValue()CustomResource.Builder.removalPolicy(RemovalPolicy removalPolicy) The policy to apply when this resource is removed from the application.CustomResourceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofCustomResourceProps.getRemovalPolicy()NestedStack.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the nested stack is removed.NestedStackProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofNestedStackProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.customresources
Methods in software.amazon.awscdk.customresources that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyAwsCustomResourceProps.getRemovalPolicy()The policy to apply when this resource is removed from the application.final RemovalPolicyAwsCustomResourceProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.customresources with parameters of type RemovalPolicyModifier and TypeMethodDescriptionvoidCustomResourceConfig.addRemovalPolicy(RemovalPolicy removalPolicy) Set the removal policy of AWS-vended custom resource logGroup.AwsCustomResource.Builder.removalPolicy(RemovalPolicy removalPolicy) The policy to apply when this resource is removed from the application.AwsCustomResourceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofAwsCustomResourceProps.getRemovalPolicy()Constructors in software.amazon.awscdk.customresources with parameters of type RemovalPolicy -
Uses of RemovalPolicy in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return RemovalPolicyModifier and TypeMethodDescriptionfinal RemovalPolicyLambdaRestApiProps.Jsii$Proxy.getCloudWatchRoleRemovalPolicy()default RemovalPolicyRestApiBaseProps.getCloudWatchRoleRemovalPolicy()The removal policy applied to the AWS CloudWatch role when this resource is removed from the application.final RemovalPolicyRestApiBaseProps.Jsii$Proxy.getCloudWatchRoleRemovalPolicy()final RemovalPolicyRestApiProps.Jsii$Proxy.getCloudWatchRoleRemovalPolicy()final RemovalPolicySpecRestApiProps.Jsii$Proxy.getCloudWatchRoleRemovalPolicy()final RemovalPolicyStepFunctionsRestApiProps.Jsii$Proxy.getCloudWatchRoleRemovalPolicy()Methods in software.amazon.awscdk.services.apigateway with parameters of type RemovalPolicyModifier and TypeMethodDescriptionLambdaRestApi.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) The removal policy applied to the AWS CloudWatch role when this resource is removed from the application.LambdaRestApiProps.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) Sets the value ofRestApiBaseProps.getCloudWatchRoleRemovalPolicy()RestApi.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) The removal policy applied to the AWS CloudWatch role when this resource is removed from the application.RestApiBaseProps.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) Sets the value ofRestApiBaseProps.getCloudWatchRoleRemovalPolicy()RestApiProps.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) Sets the value ofRestApiBaseProps.getCloudWatchRoleRemovalPolicy()SpecRestApi.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) The removal policy applied to the AWS CloudWatch role when this resource is removed from the application.SpecRestApiProps.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) Sets the value ofRestApiBaseProps.getCloudWatchRoleRemovalPolicy()StepFunctionsRestApi.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) The removal policy applied to the AWS CloudWatch role when this resource is removed from the application.StepFunctionsRestApiProps.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) Sets the value ofRestApiBaseProps.getCloudWatchRoleRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyBackupVaultProps.getRemovalPolicy()The removal policy to apply to the vault.final RemovalPolicyBackupVaultProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.backup with parameters of type RemovalPolicyModifier and TypeMethodDescriptionBackupVault.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the vault.BackupVaultProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofBackupVaultProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.certificatemanager
Methods in software.amazon.awscdk.services.certificatemanager with parameters of type RemovalPolicyModifier and TypeMethodDescriptionvoidDnsValidatedCertificate.applyRemovalPolicy(RemovalPolicy policy) Deprecated. -
Uses of RemovalPolicy in software.amazon.awscdk.services.cloudfront.experimental
Methods in software.amazon.awscdk.services.cloudfront.experimental that return RemovalPolicyModifier and TypeMethodDescriptionfinal RemovalPolicyEdgeFunctionProps.Jsii$Proxy.getLogRemovalPolicy()Methods in software.amazon.awscdk.services.cloudfront.experimental with parameters of type RemovalPolicyModifier and TypeMethodDescriptionEdgeFunction.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.EdgeFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` instead -
Uses of RemovalPolicy in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyReportGroupProps.getRemovalPolicy()What to do when this resource is deleted from a stack.final RemovalPolicyReportGroupProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.codebuild with parameters of type RemovalPolicyModifier and TypeMethodDescriptionReportGroup.Builder.removalPolicy(RemovalPolicy removalPolicy) What to do when this resource is deleted from a stack.ReportGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofReportGroupProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.cognito
Methods in software.amazon.awscdk.services.cognito that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyUserPoolProps.getRemovalPolicy()Policy to apply when the user pool is removed from the stack.final RemovalPolicyUserPoolProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.cognito with parameters of type RemovalPolicyModifier and TypeMethodDescriptionUserPool.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the user pool is removed from the stack.UserPoolProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofUserPoolProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.docdb
Methods in software.amazon.awscdk.services.docdb that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyDatabaseClusterProps.getInstanceRemovalPolicy()The removal policy to apply to the cluster's instances.final RemovalPolicyDatabaseClusterProps.Jsii$Proxy.getInstanceRemovalPolicy()default RemovalPolicyDatabaseClusterProps.getRemovalPolicy()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.final RemovalPolicyDatabaseClusterProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyDatabaseInstanceProps.getRemovalPolicy()The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.final RemovalPolicyDatabaseInstanceProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyDatabaseClusterProps.getSecurityGroupRemovalPolicy()The removal policy to apply to the cluster's security group.final RemovalPolicyDatabaseClusterProps.Jsii$Proxy.getSecurityGroupRemovalPolicy()Methods in software.amazon.awscdk.services.docdb with parameters of type RemovalPolicyModifier and TypeMethodDescriptionDatabaseCluster.Builder.instanceRemovalPolicy(RemovalPolicy instanceRemovalPolicy) The removal policy to apply to the cluster's instances.DatabaseClusterProps.Builder.instanceRemovalPolicy(RemovalPolicy instanceRemovalPolicy) Sets the value ofDatabaseClusterProps.getInstanceRemovalPolicy()DatabaseCluster.Builder.removalPolicy(RemovalPolicy removalPolicy) 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.DatabaseClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseClusterProps.getRemovalPolicy()DatabaseInstance.Builder.removalPolicy(RemovalPolicy removalPolicy) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.DatabaseInstanceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceProps.getRemovalPolicy()DatabaseCluster.Builder.securityGroupRemovalPolicy(RemovalPolicy securityGroupRemovalPolicy) The removal policy to apply to the cluster's security group.DatabaseClusterProps.Builder.securityGroupRemovalPolicy(RemovalPolicy securityGroupRemovalPolicy) Sets the value ofDatabaseClusterProps.getSecurityGroupRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyTableOptions.getRemovalPolicy()The removal policy to apply to the DynamoDB Table.final RemovalPolicyTableOptions.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyTableProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyTablePropsV2.getRemovalPolicy()The removal policy applied to the table.final RemovalPolicyTablePropsV2.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyTableOptions.getReplicaRemovalPolicy()The removal policy to apply to the DynamoDB replica tables.final RemovalPolicyTableOptions.Jsii$Proxy.getReplicaRemovalPolicy()final RemovalPolicyTableProps.Jsii$Proxy.getReplicaRemovalPolicy()Methods in software.amazon.awscdk.services.dynamodb with parameters of type RemovalPolicyModifier and TypeMethodDescriptionTable.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the DynamoDB Table.TableOptions.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableOptions.getRemovalPolicy()TableProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableOptions.getRemovalPolicy()TablePropsV2.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTablePropsV2.getRemovalPolicy()TableV2.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy applied to the table.Table.Builder.replicaRemovalPolicy(RemovalPolicy replicaRemovalPolicy) The removal policy to apply to the DynamoDB replica tables.TableOptions.Builder.replicaRemovalPolicy(RemovalPolicy replicaRemovalPolicy) Sets the value ofTableOptions.getReplicaRemovalPolicy()TableProps.Builder.replicaRemovalPolicy(RemovalPolicy replicaRemovalPolicy) Sets the value ofTableOptions.getReplicaRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyVolumeProps.getRemovalPolicy()Policy to apply when the volume is removed from the stack.final RemovalPolicyVolumeProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.ec2 with parameters of type RemovalPolicyModifier and TypeMethodDescriptionVolume.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the volume is removed from the stack.VolumeProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofVolumeProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.ecr
Methods in software.amazon.awscdk.services.ecr that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyRepositoryProps.getRemovalPolicy()Determine what happens to the repository when the resource/stack is deleted.final RemovalPolicyRepositoryProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.ecr with parameters of type RemovalPolicyModifier and TypeMethodDescriptionRepository.Builder.removalPolicy(RemovalPolicy removalPolicy) Determine what happens to the repository when the resource/stack is deleted.RepositoryProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofRepositoryProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.efs
Methods in software.amazon.awscdk.services.efs that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyFileSystemProps.getRemovalPolicy()The removal policy to apply to the file system.final RemovalPolicyFileSystemProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.efs with parameters of type RemovalPolicyModifier and TypeMethodDescriptionFileSystem.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the file system.FileSystemProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofFileSystemProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyClusterOptions.getRemovalPolicy()The removal policy applied to all CloudFormation resources created by this construct when they are no longer managed by CloudFormation.final RemovalPolicyClusterOptions.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyClusterProps.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyFargateClusterProps.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyOidcProviderNativeProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyOpenIdConnectProviderProps.getRemovalPolicy()The removal policy to apply to the OpenID Connect Provider.final RemovalPolicyOpenIdConnectProviderProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.eks with parameters of type RemovalPolicyModifier and TypeMethodDescriptionCluster.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy applied to all CloudFormation resources created by this construct when they are no longer managed by CloudFormation.ClusterOptions.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterOptions.getRemovalPolicy()ClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterOptions.getRemovalPolicy()FargateCluster.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy applied to all CloudFormation resources created by this construct when they are no longer managed by CloudFormation.FargateClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterOptions.getRemovalPolicy()OidcProviderNative.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the OpenID Connect Provider.OidcProviderNativeProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofOpenIdConnectProviderProps.getRemovalPolicy()OpenIdConnectProvider.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the OpenID Connect Provider.OpenIdConnectProviderProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofOpenIdConnectProviderProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.eks.v2.alpha
Methods in software.amazon.awscdk.services.eks.v2.alpha that return RemovalPolicyModifier and TypeMethodDescriptionfinal RemovalPolicyOidcProviderNativeProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyOpenIdConnectProviderProps.getRemovalPolicy()(experimental) The removal policy to apply to the OpenID Connect Provider.final RemovalPolicyOpenIdConnectProviderProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.eks.v2.alpha with parameters of type RemovalPolicyModifier and TypeMethodDescriptionOidcProviderNative.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) The removal policy to apply to the OpenID Connect Provider.OidcProviderNativeProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofOpenIdConnectProviderProps.getRemovalPolicy()OpenIdConnectProvider.Builder.removalPolicy(RemovalPolicy removalPolicy) Deprecated.(experimental) The removal policy to apply to the OpenID Connect Provider.OpenIdConnectProviderProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofOpenIdConnectProviderProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.elasticsearch
Methods in software.amazon.awscdk.services.elasticsearch that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyDomainProps.getRemovalPolicy()Deprecated.use opensearchservice module insteadfinal RemovalPolicyDomainProps.Jsii$Proxy.getRemovalPolicy()Deprecated.Methods in software.amazon.awscdk.services.elasticsearch with parameters of type RemovalPolicyModifier and TypeMethodDescriptionDomain.Builder.removalPolicy(RemovalPolicy removalPolicy) Deprecated.use opensearchservice module insteadDomainProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Deprecated.use opensearchservice module instead -
Uses of RemovalPolicy in software.amazon.awscdk.services.fsx
Methods in software.amazon.awscdk.services.fsx that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyFileSystemProps.getRemovalPolicy()Policy to apply when the file system is removed from the stack.final RemovalPolicyFileSystemProps.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyLustreFileSystemProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.fsx with parameters of type RemovalPolicyModifier and TypeMethodDescriptionFileSystemProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofFileSystemProps.getRemovalPolicy()LustreFileSystem.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the file system is removed from the stack.LustreFileSystemProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofFileSystemProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.iam
Methods in software.amazon.awscdk.services.iam that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyOidcProviderNativeProps.getRemovalPolicy()The removal policy to apply to the OpenID Connect Provider.final RemovalPolicyOidcProviderNativeProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyOpenIdConnectProviderProps.getRemovalPolicy()The removal policy to apply to the OpenID Connect Provider.final RemovalPolicyOpenIdConnectProviderProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.iam with parameters of type RemovalPolicyModifier and TypeMethodDescriptionvoidRole.applyRemovalPolicy(RemovalPolicy policy) Skip applyRemovalPolicy if role synthesis is prevented by customizeRoles.OidcProviderNative.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the OpenID Connect Provider.OidcProviderNativeProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofOidcProviderNativeProps.getRemovalPolicy()OpenIdConnectProvider.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the OpenID Connect Provider.OpenIdConnectProviderProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofOpenIdConnectProviderProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.kinesis
Methods in software.amazon.awscdk.services.kinesis that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyStreamProps.getRemovalPolicy()Policy to apply when the stream is removed from the stack.final RemovalPolicyStreamProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.kinesis with parameters of type RemovalPolicyModifier and TypeMethodDescriptionStream.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the stream is removed from the stack.StreamProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofStreamProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.kinesisanalytics.flink.alpha
Methods in software.amazon.awscdk.services.kinesisanalytics.flink.alpha that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyApplicationProps.getRemovalPolicy()(experimental) Provide a RemovalPolicy to override the default.final RemovalPolicyApplicationProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.kinesisanalytics.flink.alpha with parameters of type RemovalPolicyModifier and TypeMethodDescriptionApplication.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) Provide a RemovalPolicy to override the default.ApplicationProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofApplicationProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.kms
Methods in software.amazon.awscdk.services.kms that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyAliasProps.getRemovalPolicy()Policy to apply when the alias is removed from this stack.final RemovalPolicyAliasProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyKeyProps.getRemovalPolicy()Whether the encryption key should be retained when it is removed from the Stack.final RemovalPolicyKeyProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.kms with parameters of type RemovalPolicyModifier and TypeMethodDescriptionAlias.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the alias is removed from this stack.AliasProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofAliasProps.getRemovalPolicy()Key.Builder.removalPolicy(RemovalPolicy removalPolicy) Whether the encryption key should be retained when it is removed from the Stack.KeyProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofKeyProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return RemovalPolicyModifier and TypeMethodDescriptionfinal RemovalPolicyDockerImageFunctionProps.Jsii$Proxy.getLogRemovalPolicy()default RemovalPolicyFunctionOptions.getLogRemovalPolicy()Deprecated.uselogGroupinsteadfinal RemovalPolicyFunctionOptions.Jsii$Proxy.getLogRemovalPolicy()final RemovalPolicyFunctionProps.Jsii$Proxy.getLogRemovalPolicy()final RemovalPolicySingletonFunctionProps.Jsii$Proxy.getLogRemovalPolicy()default RemovalPolicyLayerVersionOptions.getRemovalPolicy()Whether to retain this version of the layer when a new version is added or when the stack is deleted.final RemovalPolicyLayerVersionOptions.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyLayerVersionProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyVersionOptions.getRemovalPolicy()Whether to retain old versions of this function when a new version is created.final RemovalPolicyVersionOptions.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyVersionProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.lambda with parameters of type RemovalPolicyModifier and TypeMethodDescriptionDockerImageFunction.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.uselogGroupinsteadDockerImageFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` insteadFunction.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.uselogGroupinsteadFunctionOptions.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` insteadFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` insteadSingletonFunction.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.uselogGroupinsteadSingletonFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` insteadLayerVersion.Builder.removalPolicy(RemovalPolicy removalPolicy) Whether to retain this version of the layer when a new version is added or when the stack is deleted.LayerVersionOptions.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofLayerVersionOptions.getRemovalPolicy()LayerVersionProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofLayerVersionOptions.getRemovalPolicy()Version.Builder.removalPolicy(RemovalPolicy removalPolicy) Whether to retain old versions of this function when a new version is created.VersionOptions.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofVersionOptions.getRemovalPolicy()VersionProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofVersionOptions.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.lambda.go.alpha
Methods in software.amazon.awscdk.services.lambda.go.alpha that return RemovalPolicyModifier and TypeMethodDescriptionfinal RemovalPolicyGoFunctionProps.Jsii$Proxy.getLogRemovalPolicy()Methods in software.amazon.awscdk.services.lambda.go.alpha with parameters of type RemovalPolicyModifier and TypeMethodDescriptionGoFunction.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.uselogGroupinsteadGoFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` instead -
Uses of RemovalPolicy in software.amazon.awscdk.services.lambda.nodejs
Methods in software.amazon.awscdk.services.lambda.nodejs that return RemovalPolicyModifier and TypeMethodDescriptionfinal RemovalPolicyNodejsFunctionProps.Jsii$Proxy.getLogRemovalPolicy()Methods in software.amazon.awscdk.services.lambda.nodejs with parameters of type RemovalPolicyModifier and TypeMethodDescriptionNodejsFunction.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.uselogGroupinsteadNodejsFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` instead -
Uses of RemovalPolicy in software.amazon.awscdk.services.lambda.python.alpha
Methods in software.amazon.awscdk.services.lambda.python.alpha that return RemovalPolicyModifier and TypeMethodDescriptionfinal RemovalPolicyPythonFunctionProps.Jsii$Proxy.getLogRemovalPolicy()final RemovalPolicyPythonLayerVersionProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.lambda.python.alpha with parameters of type RemovalPolicyModifier and TypeMethodDescriptionPythonFunction.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.uselogGroupinsteadPythonFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` insteadPythonLayerVersion.Builder.removalPolicy(RemovalPolicy removalPolicy) Whether to retain this version of the layer when a new version is added or when the stack is deleted.PythonLayerVersionProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofLayerVersionOptions.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyLogGroupProps.getRemovalPolicy()Determine the removal policy of this log group.final RemovalPolicyLogGroupProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyLogRetentionProps.getRemovalPolicy()The removalPolicy for the log group when the stack is deleted.final RemovalPolicyLogRetentionProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyLogStreamProps.getRemovalPolicy()Determine what happens when the log stream resource is removed from the app.final RemovalPolicyLogStreamProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.logs with parameters of type RemovalPolicyModifier and TypeMethodDescriptionLogGroup.Builder.removalPolicy(RemovalPolicy removalPolicy) Determine the removal policy of this log group.LogGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofLogGroupProps.getRemovalPolicy()LogRetention.Builder.removalPolicy(RemovalPolicy removalPolicy) The removalPolicy for the log group when the stack is deleted.LogRetentionProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofLogRetentionProps.getRemovalPolicy()LogStream.Builder.removalPolicy(RemovalPolicy removalPolicy) Determine what happens when the log stream resource is removed from the app.LogStreamProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofLogStreamProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.msk.alpha
Methods in software.amazon.awscdk.services.msk.alpha that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyClusterProps.getRemovalPolicy()(experimental) What to do when this resource is deleted from a stack.final RemovalPolicyClusterProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.msk.alpha with parameters of type RemovalPolicyModifier and TypeMethodDescriptionCluster.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) What to do when this resource is deleted from a stack.ClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.neptune.alpha
Methods in software.amazon.awscdk.services.neptune.alpha that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyDatabaseClusterProps.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.final RemovalPolicyDatabaseClusterProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyDatabaseInstanceProps.getRemovalPolicy()(experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.final RemovalPolicyDatabaseInstanceProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicySubnetGroupProps.getRemovalPolicy()(experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.final RemovalPolicySubnetGroupProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.neptune.alpha with parameters of type RemovalPolicyModifier and TypeMethodDescriptionDatabaseCluster.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.DatabaseClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseClusterProps.getRemovalPolicy()DatabaseInstance.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.DatabaseInstanceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceProps.getRemovalPolicy()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.SubnetGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofSubnetGroupProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.opensearchservice
Methods in software.amazon.awscdk.services.opensearchservice that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyDomainProps.getRemovalPolicy()Policy to apply when the domain is removed from the stack.final RemovalPolicyDomainProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.opensearchservice with parameters of type RemovalPolicyModifier and TypeMethodDescriptionDomain.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the domain is removed from the stack.DomainProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDomainProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyClusterInstanceBindOptions.getRemovalPolicy()The removal policy on the cluster.final RemovalPolicyClusterInstanceBindOptions.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyDatabaseClusterFromSnapshotProps.getRemovalPolicy()The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.final RemovalPolicyDatabaseClusterFromSnapshotProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyDatabaseClusterProps.getRemovalPolicy()The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.final RemovalPolicyDatabaseClusterProps.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyDatabaseInstanceNewProps.getRemovalPolicy()The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.final RemovalPolicyDatabaseInstanceNewProps.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyDatabaseInstanceProps.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyDatabaseInstanceReadReplicaProps.Jsii$Proxy.getRemovalPolicy()final RemovalPolicyDatabaseInstanceSourceProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyParameterGroupProps.getRemovalPolicy()The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.final RemovalPolicyParameterGroupProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyServerlessClusterFromSnapshotProps.getRemovalPolicy()The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.final RemovalPolicyServerlessClusterFromSnapshotProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyServerlessClusterProps.getRemovalPolicy()The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.final RemovalPolicyServerlessClusterProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicySubnetGroupProps.getRemovalPolicy()The removal policy to apply when the subnet group are removed from the stack or replaced during an update.final RemovalPolicySubnetGroupProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.rds with parameters of type RemovalPolicyModifier and TypeMethodDescriptionClusterInstanceBindOptions.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterInstanceBindOptions.getRemovalPolicy()DatabaseCluster.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.DatabaseClusterFromSnapshot.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.DatabaseClusterFromSnapshotProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseClusterFromSnapshotProps.getRemovalPolicy()DatabaseClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseClusterProps.getRemovalPolicy()DatabaseInstance.Builder.removalPolicy(RemovalPolicy removalPolicy) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.DatabaseInstanceFromSnapshot.Builder.removalPolicy(RemovalPolicy removalPolicy) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.DatabaseInstanceFromSnapshotProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceNewProps.getRemovalPolicy()DatabaseInstanceNewProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceNewProps.getRemovalPolicy()DatabaseInstanceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceNewProps.getRemovalPolicy()DatabaseInstanceReadReplica.Builder.removalPolicy(RemovalPolicy removalPolicy) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.DatabaseInstanceReadReplicaProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceNewProps.getRemovalPolicy()DatabaseInstanceSourceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofDatabaseInstanceNewProps.getRemovalPolicy()ParameterGroup.Builder.removalPolicy(RemovalPolicy removalPolicy) The CloudFormation policy to apply when the instance is removed from the stack or replaced during an update.ParameterGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofParameterGroupProps.getRemovalPolicy()ServerlessCluster.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.ServerlessClusterFromSnapshot.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.ServerlessClusterFromSnapshotProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofServerlessClusterFromSnapshotProps.getRemovalPolicy()ServerlessClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofServerlessClusterProps.getRemovalPolicy()SubnetGroup.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.SubnetGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofSubnetGroupProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.redshift.alpha
Methods in software.amazon.awscdk.services.redshift.alpha that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyClusterProps.getRemovalPolicy()(experimental) The removal policy to apply when the cluster and its instances are removed from the stack or replaced during an update.final RemovalPolicyClusterProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyClusterSubnetGroupProps.getRemovalPolicy()(experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.final RemovalPolicyClusterSubnetGroupProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyTableProps.getRemovalPolicy()(experimental) The policy to apply when this resource is removed from the application.final RemovalPolicyTableProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyUserProps.getRemovalPolicy()(experimental) The policy to apply when this resource is removed from the application.final RemovalPolicyUserProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.redshift.alpha with parameters of type RemovalPolicyModifier and TypeMethodDescriptionvoidTable.applyRemovalPolicy(RemovalPolicy policy) (experimental) Apply the given removal policy to this resource.voidUser.applyRemovalPolicy(RemovalPolicy policy) (experimental) Apply the given removal policy to this resource.Cluster.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.ClusterProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterProps.getRemovalPolicy()ClusterSubnetGroup.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) The removal policy to apply when the subnet group are removed from the stack or replaced during an update.ClusterSubnetGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofClusterSubnetGroupProps.getRemovalPolicy()Table.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) The policy to apply when this resource is removed from the application.TableProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableProps.getRemovalPolicy()User.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) The policy to apply when this resource is removed from the application.UserProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofUserProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.route53
Methods in software.amazon.awscdk.services.route53 that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyCrossAccountZoneDelegationRecordProps.getRemovalPolicy()The removal policy to apply to the record set.final RemovalPolicyCrossAccountZoneDelegationRecordProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.route53 with parameters of type RemovalPolicyModifier and TypeMethodDescriptionCrossAccountZoneDelegationRecord.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to the record set.CrossAccountZoneDelegationRecordProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofCrossAccountZoneDelegationRecordProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyBucketPolicyProps.getRemovalPolicy()Policy to apply when the policy is removed from this stack.final RemovalPolicyBucketPolicyProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyBucketProps.getRemovalPolicy()Policy to apply when the bucket is removed from this stack.final RemovalPolicyBucketProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.s3 with parameters of type RemovalPolicyModifier and TypeMethodDescriptionvoidBucketPolicy.applyRemovalPolicy(RemovalPolicy removalPolicy) Sets the removal policy for the BucketPolicy.Bucket.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the bucket is removed from this stack.BucketPolicy.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the policy is removed from this stack.BucketPolicyProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofBucketPolicyProps.getRemovalPolicy()BucketProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofBucketProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.s3tables.alpha
Methods in software.amazon.awscdk.services.s3tables.alpha that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyNamespaceProps.getRemovalPolicy()(experimental) Policy to apply when the policy is removed from this stack.final RemovalPolicyNamespaceProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyTableBucketPolicyProps.getRemovalPolicy()(experimental) Policy to apply when the policy is removed from this stack.final RemovalPolicyTableBucketPolicyProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyTableBucketProps.getRemovalPolicy()(experimental) Controls what happens to this table bucket it it stoped being managed by cloudformation.final RemovalPolicyTableBucketProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyTablePolicyProps.getRemovalPolicy()(experimental) Policy to apply when the policy is removed from this stack.final RemovalPolicyTablePolicyProps.Jsii$Proxy.getRemovalPolicy()default RemovalPolicyTableProps.getRemovalPolicy()(experimental) Controls what happens to this table it it stoped being managed by cloudformation.final RemovalPolicyTableProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.s3tables.alpha with parameters of type RemovalPolicyModifier and TypeMethodDescriptionNamespace.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) Policy to apply when the policy is removed from this stack.NamespaceProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofNamespaceProps.getRemovalPolicy()Table.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) Controls what happens to this table it it stoped being managed by cloudformation.TableBucket.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) Controls what happens to this table bucket it it stoped being managed by cloudformation.TableBucketPolicy.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) Policy to apply when the policy is removed from this stack.TableBucketPolicyProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableBucketPolicyProps.getRemovalPolicy()TableBucketProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableBucketProps.getRemovalPolicy()TablePolicy.Builder.removalPolicy(RemovalPolicy removalPolicy) (experimental) Policy to apply when the policy is removed from this stack.TablePolicyProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTablePolicyProps.getRemovalPolicy()TableProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofTableProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.scheduler
Methods in software.amazon.awscdk.services.scheduler that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyScheduleGroupProps.getRemovalPolicy()The removal policy for the group.final RemovalPolicyScheduleGroupProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.scheduler with parameters of type RemovalPolicyModifier and TypeMethodDescriptionScheduleGroup.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy for the group.ScheduleGroupProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofScheduleGroupProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.secretsmanager
Methods in software.amazon.awscdk.services.secretsmanager that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicySecretProps.getRemovalPolicy()Policy to apply when the secret is removed from this stack.final RemovalPolicySecretProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.secretsmanager with parameters of type RemovalPolicyModifier and TypeMethodDescriptionSecret.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the secret is removed from this stack.SecretProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofSecretProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyQueueProps.getRemovalPolicy()Policy to apply when the queue is removed from the stack.final RemovalPolicyQueueProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.sqs with parameters of type RemovalPolicyModifier and TypeMethodDescriptionQueue.Builder.removalPolicy(RemovalPolicy removalPolicy) Policy to apply when the queue is removed from the stack.QueueProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofQueueProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return RemovalPolicyModifier and TypeMethodDescriptiondefault RemovalPolicyStateMachineProps.getRemovalPolicy()The removal policy to apply to state machine.final RemovalPolicyStateMachineProps.Jsii$Proxy.getRemovalPolicy()Methods in software.amazon.awscdk.services.stepfunctions with parameters of type RemovalPolicyModifier and TypeMethodDescriptionStateMachine.Builder.removalPolicy(RemovalPolicy removalPolicy) The removal policy to apply to state machine.StateMachineProps.Builder.removalPolicy(RemovalPolicy removalPolicy) Sets the value ofStateMachineProps.getRemovalPolicy() -
Uses of RemovalPolicy in software.amazon.awscdk.triggers
Methods in software.amazon.awscdk.triggers that return RemovalPolicyModifier and TypeMethodDescriptionfinal RemovalPolicyTriggerFunctionProps.Jsii$Proxy.getLogRemovalPolicy()Methods in software.amazon.awscdk.triggers with parameters of type RemovalPolicyModifier and TypeMethodDescriptionTriggerFunction.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.uselogGroupinsteadTriggerFunctionProps.Builder.logRemovalPolicy(RemovalPolicy logRemovalPolicy) Deprecated.use `logGroup` instead
logGroupinstead