public static interface Provider.Builder extends SdkPojo, CopyableBuilder<Provider.Builder,Provider>
| Modifier and Type | Method and Description |
|---|---|
Provider.Builder |
keyArn(String keyArn)
Amazon Resource Name (ARN) or alias of the customer master key (CMK).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProvider.Builder keyArn(String keyArn)
Amazon Resource Name (ARN) or alias of the customer master key (CMK). The CMK must be symmetric, created in the same region as the cluster, and if the CMK was created in a different account, the user must have access to the CMK. For more information, see Allowing Users in Other Accounts to Use a CMK in the AWS Key Management Service Developer Guide.
keyArn - Amazon Resource Name (ARN) or alias of the customer master key (CMK). The CMK must be symmetric,
created in the same region as the cluster, and if the CMK was created in a different account, the user
must have access to the CMK. For more information, see Allowing Users in Other Accounts to Use a CMK in the AWS Key Management Service Developer
Guide.Copyright © 2020. All rights reserved.