We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi
aws-native.route53.getCidrCollection
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi
Resource Type definition 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)
public static Output<GetCidrCollectionResult> getCidrCollection(GetCidrCollectionArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:route53:getCidrCollection
  arguments:
    # arguments dictionaryThe 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
[]CidrCollection 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<CidrCollection 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
CidrCollection 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[CidrCollection 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  
- CidrList List<string>
- A list of CIDR blocks.
- LocationName string
- The name of the location that is associated with the CIDR collection.
- CidrList []string
- A list of CIDR blocks.
- LocationName string
- The name of the location that is associated with the CIDR collection.
- cidrList List<String>
- A list of CIDR blocks.
- locationName String
- The name of the location that is associated with the CIDR collection.
- cidrList string[]
- A list of CIDR blocks.
- locationName 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.
- cidrList List<String>
- A list of CIDR blocks.
- locationName 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 Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi