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

Description

 
Synopsis

Documentation

data LaunchTemplateLicenseConfiguration Source #

Describes a license configuration.

See: newLaunchTemplateLicenseConfiguration smart constructor.

Constructors

LaunchTemplateLicenseConfiguration' 

Fields

Instances

Instances details
FromXML LaunchTemplateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfiguration

Generic LaunchTemplateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfiguration

Associated Types

type Rep LaunchTemplateLicenseConfiguration :: Type -> Type #

Read LaunchTemplateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfiguration

Show LaunchTemplateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfiguration

NFData LaunchTemplateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfiguration

Eq LaunchTemplateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfiguration

Hashable LaunchTemplateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfiguration

type Rep LaunchTemplateLicenseConfiguration Source # 
Instance details

Defined in Amazonka.EC2.Types.LaunchTemplateLicenseConfiguration

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

newLaunchTemplateLicenseConfiguration :: LaunchTemplateLicenseConfiguration Source #

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