IpamScopeOptions
- class aws_cdk.aws_ec2_alpha.IpamScopeOptions(*, ipam_scope_name=None)
Bases:
object
(experimental) Being used in IPAM class to add pools to default scope created by IPAM.
- Parameters:
ipam_scope_name (
Optional
[str
]) – (experimental) IPAM scope name that will be used for tagging. Default: - no tags will be added to the scope- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_ec2_alpha as ec2_alpha ipam_scope_options = ec2_alpha.IpamScopeOptions( ipam_scope_name="ipamScopeName" )
Attributes
- ipam_scope_name
(experimental) IPAM scope name that will be used for tagging.
- Default:
no tags will be added to the scope
- Stability:
experimental