Interface SecurityConfigurationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecurityConfigurationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-17T14:54:30.187Z")
@Stability(Deprecated)
@Deprecated
public interface SecurityConfigurationProps
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Constructions properties of
SecurityConfiguration.
Example:
SecurityConfiguration.Builder.create(this, "MySecurityConfiguration")
.cloudWatchEncryption(CloudWatchEncryption.kms())
.jobBookmarksEncryption(JobBookmarksEncryption.clientSideKms())
.s3Encryption(S3Encryption.kms())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classDeprecated.static final classDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Deprecated.default CloudWatchEncryptionDeprecated.default JobBookmarksEncryptionDeprecated.default RemovalPolicyDeprecated.default S3EncryptionDeprecated.default StringDeprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCloudWatchEncryption
Deprecated.(deprecated) The encryption configuration for Amazon CloudWatch Logs.Default: no cloudwatch logs encryption.
-
getJobBookmarksEncryption
@Stability(Deprecated) @Deprecated @Nullable default JobBookmarksEncryption getJobBookmarksEncryption()Deprecated.(deprecated) The encryption configuration for Glue Job Bookmarks.Default: no job bookmarks encryption.
-
getRemovalPolicy
Deprecated.(deprecated) Policy to apply when the security configuration is removed from the stack.Default: - resource will be destroyed
-
getS3Encryption
Deprecated.(deprecated) The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.Default: no s3 encryption.
-
getSecurityConfigurationName
Deprecated.(deprecated) The name of the security configuration.Default: - generated by CDK.
-
builder
Deprecated.- Returns:
- a
SecurityConfigurationProps.BuilderofSecurityConfigurationProps
-