Retrieves a specified security configuration.
glue_get_security_configuration(Name)
[required] The name of the security configuration to retrieve.
A list with the following syntax:
list( SecurityConfiguration = list( Name = "string", CreatedTimeStamp = as.POSIXct( "2015-01-01" ), 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" ) ) ) )
svc$get_security_configuration( Name = "string" )