We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.ec2.getIpamScope
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource Schema of AWS::EC2::IPAMScope Type
Using getIpamScope
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIpamScope(args: GetIpamScopeArgs, opts?: InvokeOptions): Promise<GetIpamScopeResult>
function getIpamScopeOutput(args: GetIpamScopeOutputArgs, opts?: InvokeOptions): Output<GetIpamScopeResult>def get_ipam_scope(ipam_scope_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetIpamScopeResult
def get_ipam_scope_output(ipam_scope_id: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetIpamScopeResult]func LookupIpamScope(ctx *Context, args *LookupIpamScopeArgs, opts ...InvokeOption) (*LookupIpamScopeResult, error)
func LookupIpamScopeOutput(ctx *Context, args *LookupIpamScopeOutputArgs, opts ...InvokeOption) LookupIpamScopeResultOutput> Note: This function is named LookupIpamScope in the Go SDK.
public static class GetIpamScope 
{
    public static Task<GetIpamScopeResult> InvokeAsync(GetIpamScopeArgs args, InvokeOptions? opts = null)
    public static Output<GetIpamScopeResult> Invoke(GetIpamScopeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIpamScopeResult> getIpamScope(GetIpamScopeArgs args, InvokeOptions options)
public static Output<GetIpamScopeResult> getIpamScope(GetIpamScopeArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ec2:getIpamScope
  arguments:
    # arguments dictionaryThe following arguments are supported:
- IpamScope stringId 
- Id of the IPAM scope.
- IpamScope stringId 
- Id of the IPAM scope.
- ipamScope StringId 
- Id of the IPAM scope.
- ipamScope stringId 
- Id of the IPAM scope.
- ipam_scope_ strid 
- Id of the IPAM scope.
- ipamScope StringId 
- Id of the IPAM scope.
getIpamScope Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the IPAM scope.
- Description string
- The description of the scope.
- IpamArn string
- The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- IpamScope stringId 
- Id of the IPAM scope.
- IpamScope Pulumi.Type Aws Native. Ec2. Ipam Scope Type 
- Determines whether this scope contains publicly routable space or space for a private network
- IsDefault bool
- Is this one of the default scopes created with the IPAM.
- PoolCount int
- The number of pools that currently exist in this scope.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this resource.
- Arn string
- The Amazon Resource Name (ARN) of the IPAM scope.
- Description string
- The description of the scope.
- IpamArn string
- The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- IpamScope stringId 
- Id of the IPAM scope.
- IpamScope IpamType Scope Type 
- Determines whether this scope contains publicly routable space or space for a private network
- IsDefault bool
- Is this one of the default scopes created with the IPAM.
- PoolCount int
- The number of pools that currently exist in this scope.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) of the IPAM scope.
- description String
- The description of the scope.
- ipamArn String
- The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- ipamScope StringId 
- Id of the IPAM scope.
- ipamScope IpamType Scope Type 
- Determines whether this scope contains publicly routable space or space for a private network
- isDefault Boolean
- Is this one of the default scopes created with the IPAM.
- poolCount Integer
- The number of pools that currently exist in this scope.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- The Amazon Resource Name (ARN) of the IPAM scope.
- description string
- The description of the scope.
- ipamArn string
- The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- ipamScope stringId 
- Id of the IPAM scope.
- ipamScope IpamType Scope Type 
- Determines whether this scope contains publicly routable space or space for a private network
- isDefault boolean
- Is this one of the default scopes created with the IPAM.
- poolCount number
- The number of pools that currently exist in this scope.
- Tag[]
- An array of key-value pairs to apply to this resource.
- arn str
- The Amazon Resource Name (ARN) of the IPAM scope.
- description str
- The description of the scope.
- ipam_arn str
- The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- ipam_scope_ strid 
- Id of the IPAM scope.
- ipam_scope_ Ipamtype Scope Type 
- Determines whether this scope contains publicly routable space or space for a private network
- is_default bool
- Is this one of the default scopes created with the IPAM.
- pool_count int
- The number of pools that currently exist in this scope.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) of the IPAM scope.
- description String
- The description of the scope.
- ipamArn String
- The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- ipamScope StringId 
- Id of the IPAM scope.
- ipamScope "public" | "private"Type 
- Determines whether this scope contains publicly routable space or space for a private network
- isDefault Boolean
- Is this one of the default scopes created with the IPAM.
- poolCount Number
- The number of pools that currently exist in this scope.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
IpamScopeType  
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi