libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

Description

 
Synopsis

Documentation

data AwsXrayEncryptionConfigDetails Source #

Information about the encryption configuration for X-Ray.

See: newAwsXrayEncryptionConfigDetails smart constructor.

Constructors

AwsXrayEncryptionConfigDetails' 

Fields

  • status :: Maybe Text

    The current status of the encryption configuration. When Status is UPDATING, X-Ray might use both the old and new encryption.

  • keyId :: Maybe Text

    The identifier of the KMS key that is used for encryption. Provided if Type is KMS.

  • type' :: Maybe Text

    The type of encryption. KMS indicates that the encryption uses KMS keys. NONE indicates to use the default encryption.

Instances

Instances details
Eq AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

Read AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

Show AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

Generic AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

Associated Types

type Rep AwsXrayEncryptionConfigDetails :: Type -> Type #

NFData AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

Hashable AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

ToJSON AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

FromJSON AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

type Rep AwsXrayEncryptionConfigDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails

type Rep AwsXrayEncryptionConfigDetails = D1 ('MetaData "AwsXrayEncryptionConfigDetails" "Amazonka.SecurityHub.Types.AwsXrayEncryptionConfigDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsXrayEncryptionConfigDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "keyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.