AWS::Glue::SecurityConfigurationCreates a new security configuration. A security configuration is a set of security properties that can be used by AWS Glue . You can use a security configuration to encrypt data at rest. For information about using security configurations in AWS Glue , see [Encrypting Data Written by Crawlers, Jobs, and Development Endpoints](https://docs.aws.amazon.com/glue/latest/dg/encryption-security-configuration.html) .
import { CfnSecurityConfiguration } from 'aws-cdk-lib/aws-glue';Or use the module namespace:
import * as glue from 'aws-cdk-lib/aws-glue';
// glue.CfnSecurityConfigurationConfiguration passed to the constructor as CfnSecurityConfigurationProps.
encryptionConfigurationRequiredIResolvable | EncryptionConfigurationPropertyThe encryption configuration associated with this security configuration.
nameRequiredstringThe name of the security configuration.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-glueAWS::Glue::SecurityConfiguration