We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.route53.getCidrCollection
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource schema for AWS::Route53::CidrCollection.
Using getCidrCollection
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 getCidrCollection(args: GetCidrCollectionArgs, opts?: InvokeOptions): Promise<GetCidrCollectionResult>
function getCidrCollectionOutput(args: GetCidrCollectionOutputArgs, opts?: InvokeOptions): Output<GetCidrCollectionResult>
def get_cidr_collection(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCidrCollectionResult
def get_cidr_collection_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCidrCollectionResult]
func LookupCidrCollection(ctx *Context, args *LookupCidrCollectionArgs, opts ...InvokeOption) (*LookupCidrCollectionResult, error)
func LookupCidrCollectionOutput(ctx *Context, args *LookupCidrCollectionOutputArgs, opts ...InvokeOption) LookupCidrCollectionResultOutput
> Note: This function is named LookupCidrCollection
in the Go SDK.
public static class GetCidrCollection
{
public static Task<GetCidrCollectionResult> InvokeAsync(GetCidrCollectionArgs args, InvokeOptions? opts = null)
public static Output<GetCidrCollectionResult> Invoke(GetCidrCollectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCidrCollectionResult> getCidrCollection(GetCidrCollectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:route53:getCidrCollection
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- UUID of the CIDR collection.
- Id string
- UUID of the CIDR collection.
- id String
- UUID of the CIDR collection.
- id string
- UUID of the CIDR collection.
- id str
- UUID of the CIDR collection.
- id String
- UUID of the CIDR collection.
getCidrCollection Result
The following output properties are available:
- Arn string
- The Amazon resource name (ARN) to uniquely identify the AWS resource.
- Id string
- UUID of the CIDR collection.
- Locations
List<Pulumi.
Aws Native. Route53. Outputs. Cidr Collection Location> - A complex type that contains information about the list of CIDR locations.
- Arn string
- The Amazon resource name (ARN) to uniquely identify the AWS resource.
- Id string
- UUID of the CIDR collection.
- Locations
[]Cidr
Collection Location - A complex type that contains information about the list of CIDR locations.
- arn String
- The Amazon resource name (ARN) to uniquely identify the AWS resource.
- id String
- UUID of the CIDR collection.
- locations
List<Cidr
Collection Location> - A complex type that contains information about the list of CIDR locations.
- arn string
- The Amazon resource name (ARN) to uniquely identify the AWS resource.
- id string
- UUID of the CIDR collection.
- locations
Cidr
Collection Location[] - A complex type that contains information about the list of CIDR locations.
- arn str
- The Amazon resource name (ARN) to uniquely identify the AWS resource.
- id str
- UUID of the CIDR collection.
- locations
Sequence[Cidr
Collection Location] - A complex type that contains information about the list of CIDR locations.
- arn String
- The Amazon resource name (ARN) to uniquely identify the AWS resource.
- id String
- UUID of the CIDR collection.
- locations List<Property Map>
- A complex type that contains information about the list of CIDR locations.
Supporting Types
CidrCollectionLocation
- Cidr
List List<string> - A list of CIDR blocks.
- Location
Name string - The name of the location that is associated with the CIDR collection.
- Cidr
List []string - A list of CIDR blocks.
- Location
Name string - The name of the location that is associated with the CIDR collection.
- cidr
List List<String> - A list of CIDR blocks.
- location
Name String - The name of the location that is associated with the CIDR collection.
- cidr
List string[] - A list of CIDR blocks.
- location
Name string - The name of the location that is associated with the CIDR collection.
- cidr_
list Sequence[str] - A list of CIDR blocks.
- location_
name str - The name of the location that is associated with the CIDR collection.
- cidr
List List<String> - A list of CIDR blocks.
- location
Name String - The name of the location that is associated with the CIDR collection.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi