IPAMPrefixListResolverReference
- class aws_cdk.interfaces.aws_ec2.IPAMPrefixListResolverReference(*, ipam_prefix_list_resolver_arn, ipam_prefix_list_resolver_id)
Bases:
objectA reference to a IPAMPrefixListResolver resource.
- Parameters:
ipam_prefix_list_resolver_arn (
str) – The ARN of the IPAMPrefixListResolver resource.ipam_prefix_list_resolver_id (
str) – The IpamPrefixListResolverId of the IPAMPrefixListResolver resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_ec2 as interfaces_ec2 i_pAMPrefix_list_resolver_reference = { "ipam_prefix_list_resolver_arn": "ipamPrefixListResolverArn", "ipam_prefix_list_resolver_id": "ipamPrefixListResolverId" }
Attributes
- ipam_prefix_list_resolver_arn
The ARN of the IPAMPrefixListResolver resource.
- ipam_prefix_list_resolver_id
The IpamPrefixListResolverId of the IPAMPrefixListResolver resource.