EncryptionKey
Represents information about the key used to encrypt data in the artifact store, such as an AWS Key Management Service (AWS Key Management Service) key.
Contents
- id
-
The ID used to identify the key. For an AWS KMS key, you can use the key ID, the key ARN, or the alias ARN.
Note
Aliases are recognized only in the account that created the AWS KMS key. For cross-account actions, you can only use the key ID or key ARN to identify the key. Cross-account actions involve using the role from the other account (AccountB), so specifying the key ID will use the key from the other account (AccountB).
Type: String
Length Constraints: Minimum length of 1. Maximum length of 400.
Required: Yes
- type
-
The type of encryption key, such as an AWS KMS key. When creating or updating a pipeline, the value must be set to 'KMS'.
Type: String
Valid Values:
KMS
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: