libZSservicesZSamazonka-license-managerZSamazonka-license-manager
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.LicenseManager.Types.LicenseSpecification

Description

 
Synopsis

Documentation

data LicenseSpecification Source #

Details for associating a license configuration with a resource.

See: newLicenseSpecification smart constructor.

Constructors

LicenseSpecification' 

Fields

Instances

Instances details
Eq LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Read LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Show LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Generic LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Associated Types

type Rep LicenseSpecification :: Type -> Type #

NFData LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

Methods

rnf :: LicenseSpecification -> () #

Hashable LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

ToJSON LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

FromJSON LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

type Rep LicenseSpecification Source # 
Instance details

Defined in Amazonka.LicenseManager.Types.LicenseSpecification

type Rep LicenseSpecification = D1 ('MetaData "LicenseSpecification" "Amazonka.LicenseManager.Types.LicenseSpecification" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "LicenseSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "amiAssociationScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLicenseSpecification Source #

Create a value of LicenseSpecification 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:amiAssociationScope:LicenseSpecification', licenseSpecification_amiAssociationScope - Scope of AMI associations. The possible value is cross-account.

$sel:licenseConfigurationArn:LicenseSpecification', licenseSpecification_licenseConfigurationArn - Amazon Resource Name (ARN) of the license configuration.

licenseSpecification_amiAssociationScope :: Lens' LicenseSpecification (Maybe Text) Source #

Scope of AMI associations. The possible value is cross-account.

licenseSpecification_licenseConfigurationArn :: Lens' LicenseSpecification Text Source #

Amazon Resource Name (ARN) of the license configuration.