customSecretConfig
construct an aws.sdk.kotlin.services.datasync.model.CustomSecretConfig inside the given block
Specifies configuration information for a customer-managed Secrets Manager secret where the secret key for a specific object storage location is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
You can use either CmkSecretConfig
(with SecretKey
) or CustomSecretConfig
(without SecretKey
) to provide credentials for a CreateLocationObjectStorage
request. Do not provide both parameters for the same request.