ec2_describe_id_format {paws.compute} | R Documentation |
Description
Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types.
See https://www.paws-r-sdk.com/docs/ec2_describe_id_format/ for full documentation.
Usage
ec2_describe_id_format(Resource = NULL)
Arguments
Resource |
The type of resource: bundle | conversion-task | customer-gateway
| dhcp-options | elastic-ip-allocation | elastic-ip-association |
export-task | flow-log | image | import-task | instance |
internet-gateway | network-acl | network-acl-association |
network-interface | network-interface-attachment | prefix-list |
reservation | route-table | route-table-association |
security-group | snapshot | subnet |
subnet-cidr-block-association | volume | vpc |
vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection
| vpn-connection | vpn-gateway
|
[Package
paws.compute version 0.7.0
Index]