SecurityConfigurationProps
- class aws_cdk.aws_glue_alpha.SecurityConfigurationProps(*, cloud_watch_encryption=None, job_bookmarks_encryption=None, removal_policy=None, s3_encryption=None, security_configuration_name=None)
Bases:
object(deprecated) Constructions properties of
SecurityConfiguration.- Parameters:
cloud_watch_encryption (
Optional[CloudWatchEncryption]) – (deprecated) The encryption configuration for Amazon CloudWatch Logs. Default: no cloudwatch logs encryption.job_bookmarks_encryption (
Optional[JobBookmarksEncryption]) – (deprecated) The encryption configuration for Glue Job Bookmarks. Default: no job bookmarks encryption.removal_policy (
Optional[RemovalPolicy]) – (deprecated) Policy to apply when the security configuration is removed from the stack. Default: - resource will be destroyeds3_encryption (
Optional[S3Encryption]) – (deprecated) The encryption configuration for Amazon Simple Storage Service (Amazon S3) data. Default: no s3 encryption.security_configuration_name (
Optional[str]) – (deprecated) The name of the security configuration. Default: - generated by CDK.
- Stability:
deprecated
- ExampleMetadata:
infused
Example:
glue.SecurityConfiguration(self, "MySecurityConfiguration", cloud_watch_encryption=glue.CloudWatchEncryption.kms(), job_bookmarks_encryption=glue.JobBookmarksEncryption.client_side_kms(), s3_encryption=glue.S3Encryption.kms() )
Attributes
- cloud_watch_encryption
(deprecated) The encryption configuration for Amazon CloudWatch Logs.
- Default:
no cloudwatch logs encryption.
- Stability:
deprecated
- job_bookmarks_encryption
(deprecated) The encryption configuration for Glue Job Bookmarks.
- Default:
no job bookmarks encryption.
- Stability:
deprecated
- removal_policy
(deprecated) Policy to apply when the security configuration is removed from the stack.
- Default:
resource will be destroyed
- Stability:
deprecated
- s3_encryption
(deprecated) The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
- Default:
no s3 encryption.
- Stability:
deprecated
- security_configuration_name
(deprecated) The name of the security configuration.
- Default:
generated by CDK.
- Stability:
deprecated