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.DistributionConfigWithTags

Description

 
Synopsis

Documentation

data DistributionConfigWithTags Source #

A distribution Configuration and a list of tags to be associated with the distribution.

See: newDistributionConfigWithTags smart constructor.

Constructors

DistributionConfigWithTags' 

Fields

Instances

Instances details
Eq DistributionConfigWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.Types.DistributionConfigWithTags

Show DistributionConfigWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.Types.DistributionConfigWithTags

Generic DistributionConfigWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.Types.DistributionConfigWithTags

Associated Types

type Rep DistributionConfigWithTags :: Type -> Type #

NFData DistributionConfigWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.Types.DistributionConfigWithTags

Hashable DistributionConfigWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.Types.DistributionConfigWithTags

ToXML DistributionConfigWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.Types.DistributionConfigWithTags

type Rep DistributionConfigWithTags Source # 
Instance details

Defined in Amazonka.CloudFront.Types.DistributionConfigWithTags

type Rep DistributionConfigWithTags = D1 ('MetaData "DistributionConfigWithTags" "Amazonka.CloudFront.Types.DistributionConfigWithTags" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "DistributionConfigWithTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "distributionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DistributionConfig) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Tags)))

newDistributionConfigWithTags Source #

Create a value of DistributionConfigWithTags 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:distributionConfig:DistributionConfigWithTags', distributionConfigWithTags_distributionConfig - A distribution configuration.

$sel:tags:DistributionConfigWithTags', distributionConfigWithTags_tags - A complex type that contains zero or more Tag elements.

distributionConfigWithTags_tags :: Lens' DistributionConfigWithTags Tags Source #

A complex type that contains zero or more Tag elements.