AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.ec2.getIpamScope
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ec2:getIpamScope
arguments:
# arguments dictionary
The following arguments are supported:
- Ipam
Scope stringId - Id of the IPAM scope.
- Ipam
Scope stringId - Id of the IPAM scope.
- ipam
Scope StringId - Id of the IPAM scope.
- ipam
Scope stringId - Id of the IPAM scope.
- ipam_
scope_ strid - Id of the IPAM scope.
- ipam
Scope 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.
- Ipam
Arn string - The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- Ipam
Scope stringId - Id of the IPAM scope.
- Ipam
Scope Pulumi.Type Aws Native. Ec2. Ipam 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.
- 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.
- Ipam
Arn string - The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- Ipam
Scope stringId - 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.
- 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.
- ipam
Arn String - The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- ipam
Scope StringId - 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 Boolean - Is this one of the default scopes created with the IPAM.
- pool
Count 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.
- ipam
Arn string - The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- ipam
Scope stringId - 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 boolean - Is this one of the default scopes created with the IPAM.
- pool
Count 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.
- ipam
Arn String - The Amazon Resource Name (ARN) of the IPAM this scope is a part of.
- ipam
Scope StringId - Id of the IPAM scope.
- ipam
Scope "public" | "private"Type - Determines whether this scope contains publicly routable space or space for a private network
- is
Default Boolean - Is this one of the default scopes created with the IPAM.
- pool
Count 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi