libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
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.CloudFront.Types.ContentTypeProfile

Description

 
Synopsis

Documentation

data ContentTypeProfile Source #

A field-level encryption content type profile.

See: newContentTypeProfile smart constructor.

Constructors

ContentTypeProfile' 

Fields

  • profileId :: Maybe Text

    The profile ID for a field-level encryption content type-profile mapping.

  • format :: Format

    The format for a field-level encryption content type-profile mapping.

  • contentType :: Text

    The content type for a field-level encryption content type-profile mapping.

Instances

Instances details
Eq ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

Read ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

Show ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

Generic ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

Associated Types

type Rep ContentTypeProfile :: Type -> Type #

NFData ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

Methods

rnf :: ContentTypeProfile -> () #

Hashable ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

FromXML ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

ToXML ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

type Rep ContentTypeProfile Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ContentTypeProfile

type Rep ContentTypeProfile = D1 ('MetaData "ContentTypeProfile" "Amazonka.CloudFront.Types.ContentTypeProfile" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "ContentTypeProfile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Format) :*: S1 ('MetaSel ('Just "contentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newContentTypeProfile Source #

Create a value of ContentTypeProfile 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:profileId:ContentTypeProfile', contentTypeProfile_profileId - The profile ID for a field-level encryption content type-profile mapping.

$sel:format:ContentTypeProfile', contentTypeProfile_format - The format for a field-level encryption content type-profile mapping.

$sel:contentType:ContentTypeProfile', contentTypeProfile_contentType - The content type for a field-level encryption content type-profile mapping.

contentTypeProfile_profileId :: Lens' ContentTypeProfile (Maybe Text) Source #

The profile ID for a field-level encryption content type-profile mapping.

contentTypeProfile_format :: Lens' ContentTypeProfile Format Source #

The format for a field-level encryption content type-profile mapping.

contentTypeProfile_contentType :: Lens' ContentTypeProfile Text Source #

The content type for a field-level encryption content type-profile mapping.