Retrieves a specified security configuration.
glue_get_security_configuration(Name)
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"
)
)
)
)
[required] The name of the security configuration to retrieve.
svc$get_security_configuration(
Name = "string"
)