| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.LaunchTemplateTagSpecification
Description
Synopsis
- data LaunchTemplateTagSpecification = LaunchTemplateTagSpecification' {
- resourceType :: Maybe ResourceType
- tags :: Maybe [Tag]
- newLaunchTemplateTagSpecification :: LaunchTemplateTagSpecification
- launchTemplateTagSpecification_resourceType :: Lens' LaunchTemplateTagSpecification (Maybe ResourceType)
- launchTemplateTagSpecification_tags :: Lens' LaunchTemplateTagSpecification (Maybe [Tag])
Documentation
data LaunchTemplateTagSpecification Source #
The tags specification for the launch template.
See: newLaunchTemplateTagSpecification smart constructor.
Constructors
| LaunchTemplateTagSpecification' | |
Fields
| |
Instances
newLaunchTemplateTagSpecification :: LaunchTemplateTagSpecification Source #
Create a value of LaunchTemplateTagSpecification 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:resourceType:LaunchTemplateTagSpecification', launchTemplateTagSpecification_resourceType - The type of resource to tag.
$sel:tags:LaunchTemplateTagSpecification', launchTemplateTagSpecification_tags - The tags for the resource.
launchTemplateTagSpecification_resourceType :: Lens' LaunchTemplateTagSpecification (Maybe ResourceType) Source #
The type of resource to tag.
launchTemplateTagSpecification_tags :: Lens' LaunchTemplateTagSpecification (Maybe [Tag]) Source #
The tags for the resource.