You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::TagSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TagSpecification
- Defined in:
- (unknown)
Overview
When passing TagSpecification as input to an Aws::Client method, you can use a vanilla Hash:
{
resource_type: "client-vpn-endpoint", # accepts client-vpn-endpoint, customer-gateway, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, internet-gateway, key-pair, launch-template, local-gateway-route-table-vpc-association, natgateway, network-acl, network-interface, placement-group, reserved-instances, route-table, security-group, snapshot, spot-fleet-request, spot-instances-request, subnet, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-multicast-domain, transit-gateway-route-table, volume, vpc, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log
tags: [
{
key: "String",
value: "String",
},
],
}
The tags to apply to a resource when the resource is being created.
Instance Attribute Summary collapse
-
#resource_type ⇒ String
The type of resource to tag.
-
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource.
Instance Attribute Details
#resource_type ⇒ String
The type of resource to tag. Currently, the resource types that support
tagging on creation are: capacity-reservation | carrier-gateway |
client-vpn-endpoint | customer-gateway | dedicated-host |
dhcp-options | export-image-task | export-instance-task |
fleet | fpga-image | host-reservation | import-image-task |
import-snapshot-task | instance | internet-gateway |
ipv4pool-ec2 | ipv6pool-ec2 | key-pair | launch-template |
placement-group | prefix-list | natgateway | network-acl |
route-table | security-group | spot-fleet-request |
spot-instances-request | snapshot | subnet |
traffic-mirror-filter | traffic-mirror-session |
traffic-mirror-target | transit-gateway |
transit-gateway-attachment | transit-gateway-route-table |
volume |vpc | vpc-peering-connection | vpc-endpoint (for
interface and gateway endpoints) | vpc-endpoint-service (for AWS
PrivateLink) | vpc-flow-log | vpn-connection | vpn-gateway.
To tag a resource after it has been created, see CreateTags.
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource.