IpamScope

class IpamScope : KotlinCustomResource

Resource Schema of AWS::EC2::IPAMScope Type

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the IPAM scope.

Link copied to clipboard
val description: Output<String>?

The description of the scope.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipamArn: Output<String>

The Amazon Resource Name (ARN) of the IPAM this scope is a part of.

Link copied to clipboard
val ipamId: Output<String>

The Id of the IPAM this scope is a part of.

Link copied to clipboard
val ipamScopeId: Output<String>

Id of the IPAM scope.

Link copied to clipboard

Determines whether this scope contains publicly routable space or space for a private network

Link copied to clipboard
val isDefault: Output<Boolean>

Is this one of the default scopes created with the IPAM.

Link copied to clipboard
val poolCount: Output<Int>

The number of pools that currently exist in this scope.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>