
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Creates a new security configuration.
glue_create_security_configuration(Name, EncryptionConfiguration)
[required] The name for the new security configuration.
[required] The encryption configuration for the new security configuration.
svc$create_security_configuration( Name = "string", EncryptionConfiguration = list( S3Encryption = list( list( S3EncryptionMode = "DISABLED"|"SSE-KMS"|"SSE-S3", KmsKeyArn = "string" ) ), CloudWatchEncryption = list( CloudWatchEncryptionMode = "DISABLED"|"SSE-KMS", KmsKeyArn = "string" ), JobBookmarksEncryption = list( JobBookmarksEncryptionMode = "DISABLED"|"CSE-KMS", KmsKeyArn = "string" ) ) )