Supported services and resources
In this article:
Supported services and resources#
Auto Scaling#
Service name: autoscaling
Resource |
Resource type |
|---|---|
Auto Scaling group (ASG) |
|
EC2#
Service name: ec2
Resource |
Resource type |
|---|---|
Customer gateway |
|
DHCP option set |
|
Direct Connect gateway association |
|
Direct Connect connection |
|
Direct Connect gateway |
|
Direct Connect LAG |
|
Direct Connect virtual interfaces |
|
Elastic IP address |
|
Elastic IP address allocation |
|
Dedicated host |
|
Instance image |
|
Instance |
|
Internet gateway |
|
Address pool |
|
Key pair |
|
Launch template |
|
Mirror filter |
|
Mirror filter rule |
|
Mirror session |
|
Mirror target |
|
Network ACL |
|
Network interface |
|
Placement group |
|
Route table |
|
Security group |
|
Volume snapshot |
|
Subnet |
|
Transit gateway |
|
Resource attachment to transit gateway |
|
Transit gateway route table |
|
VPC |
|
VPN connection |
|
Volume |
|
Volume version |
|
ElasticFileSystem#
Service name: efs
Resource |
Resource type |
|---|---|
Customer gateway |
|
Route53#
Service name: route53
Resource |
Resource type |
|---|---|
DNS zone |
|
Request creation#
ResourceARNList#
The parameter is required in the TagResources and UntagResources methods and optional in the GetResources method.
The parameter value is a list of strings in the arn:c2:<service-name>::<login>:<resource_type>/<resource_id> format. For supported values of <service-name> and <resource_type>, see the tables above.
Examples:
Resource name |
ARN example |
|---|---|
Instance |
|
Subnet |
|
DNS zone |
|
ResourceTypeFilters#
The parameter is optional in the GetResources method.
The parameter value is a list of strings in either the <service_name> or <service_name>:<resource_type> format. For supported values of <service-name> and <resource_type>, see the tables above.
Examples:
Resource name |
ARN example |
|---|---|
All EC2 resources |
|
Instance |
|
Subnet |
|
DNS zone |
|