| 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.LaunchTemplateTagSpecificationRequest
Description
Synopsis
- data LaunchTemplateTagSpecificationRequest = LaunchTemplateTagSpecificationRequest' {
- resourceType :: Maybe ResourceType
- tags :: Maybe [Tag]
- newLaunchTemplateTagSpecificationRequest :: LaunchTemplateTagSpecificationRequest
- launchTemplateTagSpecificationRequest_resourceType :: Lens' LaunchTemplateTagSpecificationRequest (Maybe ResourceType)
- launchTemplateTagSpecificationRequest_tags :: Lens' LaunchTemplateTagSpecificationRequest (Maybe [Tag])
Documentation
data LaunchTemplateTagSpecificationRequest Source #
The tags specification for the resources that are created during instance launch.
See: newLaunchTemplateTagSpecificationRequest smart constructor.
Constructors
| LaunchTemplateTagSpecificationRequest' | |
Fields
| |
Instances
newLaunchTemplateTagSpecificationRequest :: LaunchTemplateTagSpecificationRequest Source #
Create a value of LaunchTemplateTagSpecificationRequest 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:LaunchTemplateTagSpecificationRequest', launchTemplateTagSpecificationRequest_resourceType - The type of resource to tag.
The Valid Values are all the resource types that can be tagged.
However, when creating a launch template, you can specify tags for the
following resource types only: instance | volume | elastic-gpu |
network-interface | spot-instances-request
To tag a resource after it has been created, see CreateTags.
$sel:tags:LaunchTemplateTagSpecificationRequest', launchTemplateTagSpecificationRequest_tags - The tags to apply to the resource.
launchTemplateTagSpecificationRequest_resourceType :: Lens' LaunchTemplateTagSpecificationRequest (Maybe ResourceType) Source #
The type of resource to tag.
The Valid Values are all the resource types that can be tagged.
However, when creating a launch template, you can specify tags for the
following resource types only: instance | volume | elastic-gpu |
network-interface | spot-instances-request
To tag a resource after it has been created, see CreateTags.
launchTemplateTagSpecificationRequest_tags :: Lens' LaunchTemplateTagSpecificationRequest (Maybe [Tag]) Source #
The tags to apply to the resource.