Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsXrayEncryptionConfigDetails = AwsXrayEncryptionConfigDetails' {}
- newAwsXrayEncryptionConfigDetails :: AwsXrayEncryptionConfigDetails
- awsXrayEncryptionConfigDetails_status :: Lens' AwsXrayEncryptionConfigDetails (Maybe Text)
- awsXrayEncryptionConfigDetails_keyId :: Lens' AwsXrayEncryptionConfigDetails (Maybe Text)
- awsXrayEncryptionConfigDetails_type :: Lens' AwsXrayEncryptionConfigDetails (Maybe Text)
Documentation
data AwsXrayEncryptionConfigDetails Source #
Information about the encryption configuration for X-Ray.
See: newAwsXrayEncryptionConfigDetails
smart constructor.
AwsXrayEncryptionConfigDetails' | |
|
Instances
newAwsXrayEncryptionConfigDetails :: AwsXrayEncryptionConfigDetails Source #
Create a value of AwsXrayEncryptionConfigDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:AwsXrayEncryptionConfigDetails'
, awsXrayEncryptionConfigDetails_status
- The current status of the encryption configuration. When Status
is
UPDATING
, X-Ray might use both the old and new encryption.
$sel:keyId:AwsXrayEncryptionConfigDetails'
, awsXrayEncryptionConfigDetails_keyId
- The identifier of the KMS key that is used for encryption. Provided if
Type
is KMS
.
$sel:type':AwsXrayEncryptionConfigDetails'
, awsXrayEncryptionConfigDetails_type
- The type of encryption. KMS
indicates that the encryption uses KMS
keys. NONE
indicates to use the default encryption.
awsXrayEncryptionConfigDetails_status :: Lens' AwsXrayEncryptionConfigDetails (Maybe Text) Source #
The current status of the encryption configuration. When Status
is
UPDATING
, X-Ray might use both the old and new encryption.
awsXrayEncryptionConfigDetails_keyId :: Lens' AwsXrayEncryptionConfigDetails (Maybe Text) Source #
The identifier of the KMS key that is used for encryption. Provided if
Type
is KMS
.
awsXrayEncryptionConfigDetails_type :: Lens' AwsXrayEncryptionConfigDetails (Maybe Text) Source #
The type of encryption. KMS
indicates that the encryption uses KMS
keys. NONE
indicates to use the default encryption.