vpcdhcp_options_association
Gets an individual vpcdhcp_options_association
resource
Overview
Name | vpcdhcp_options_association |
Type | Resource |
Description | vpcdhcp_options_association |
Id | awscc.ec2.vpcdhcp_options_association |
Fields
Name | Datatype | Description |
---|---|---|
dhcp_options_id | string | The ID of the DHCP options set, or default to associate no DHCP options with the VPC. |
vpc_id | string | The ID of the VPC. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
dhcp_options_id,
vpc_id
FROM awscc.ec2.vpcdhcp_options_association
WHERE data__Identifier = '<DhcpOptionsId>|<VpcId>';
Permissions
To operate on the vpcdhcp_options_association
resource, the following permissions are required:
Update
ec2:AssociateDhcpOptions
Delete
ec2:AssociateDhcpOptions
Read
ec2:DescribeVpcs