Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data LicenseSpecification Source #
Details for associating a license configuration with a resource.
See: newLicenseSpecification
smart constructor.
LicenseSpecification' | |
|
Instances
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.