amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.LicenseConfiguration

Description

 
Synopsis

Documentation

data LicenseConfiguration Source #

Describes a license configuration.

See: newLicenseConfiguration smart constructor.

Constructors

LicenseConfiguration' 

Fields

Instances

Instances details
FromXML LicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LicenseConfiguration

Generic LicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LicenseConfiguration

Associated Types

type Rep LicenseConfiguration :: Type -> Type #

Read LicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LicenseConfiguration

Show LicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LicenseConfiguration

NFData LicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LicenseConfiguration

Methods

rnf :: LicenseConfiguration -> () #

Eq LicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LicenseConfiguration

Hashable LicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LicenseConfiguration

type Rep LicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LicenseConfiguration

type Rep LicenseConfiguration = D1 ('MetaData "LicenseConfiguration" "Amazonka.EC2.Types.LicenseConfiguration" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LicenseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLicenseConfiguration :: LicenseConfiguration Source #

Create a value of LicenseConfiguration 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:licenseConfigurationArn:LicenseConfiguration', licenseConfiguration_licenseConfigurationArn - The Amazon Resource Name (ARN) of the license configuration.

licenseConfiguration_licenseConfigurationArn :: Lens' LicenseConfiguration (Maybe Text) Source #

The Amazon Resource Name (ARN) of the license configuration.