1. Packages
  2. AWS Native
  3. API Docs
  4. route53
  5. CidrCollection

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.route53.CidrCollection

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Resource schema for AWS::Route53::CidrCollection.

    Create CidrCollection Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CidrCollection(name: string, args?: CidrCollectionArgs, opts?: CustomResourceOptions);
    @overload
    def CidrCollection(resource_name: str,
                       args: Optional[CidrCollectionArgs] = None,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def CidrCollection(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       locations: Optional[Sequence[CidrCollectionLocationArgs]] = None,
                       name: Optional[str] = None)
    func NewCidrCollection(ctx *Context, name string, args *CidrCollectionArgs, opts ...ResourceOption) (*CidrCollection, error)
    public CidrCollection(string name, CidrCollectionArgs? args = null, CustomResourceOptions? opts = null)
    public CidrCollection(String name, CidrCollectionArgs args)
    public CidrCollection(String name, CidrCollectionArgs args, CustomResourceOptions options)
    
    type: aws-native:route53:CidrCollection
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CidrCollectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CidrCollectionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CidrCollectionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CidrCollectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CidrCollectionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const cidrCollectionResource = new aws_native.route53.CidrCollection("cidrCollectionResource", {
        locations: [{
            cidrList: ["string"],
            locationName: "string",
        }],
        name: "string",
    });
    
    Coming soon!
    

    CidrCollection Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The CidrCollection resource accepts the following input properties:

    Locations List<Pulumi.AwsNative.Route53.Inputs.CidrCollectionLocation>
    A complex type that contains information about the list of CIDR locations.
    Name string
    A unique name for the CIDR collection.
    Locations []CidrCollectionLocationArgs
    A complex type that contains information about the list of CIDR locations.
    Name string
    A unique name for the CIDR collection.
    locations List<CidrCollectionLocation>
    A complex type that contains information about the list of CIDR locations.
    name String
    A unique name for the CIDR collection.
    locations CidrCollectionLocation[]
    A complex type that contains information about the list of CIDR locations.
    name string
    A unique name for the CIDR collection.
    locations Sequence[CidrCollectionLocationArgs]
    A complex type that contains information about the list of CIDR locations.
    name str
    A unique name for the CIDR collection.
    locations List<Property Map>
    A complex type that contains information about the list of CIDR locations.
    name String
    A unique name for the CIDR collection.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CidrCollection resource produces the following output properties:

    Arn string
    The Amazon resource name (ARN) to uniquely identify the AWS resource.
    AwsId string
    UUID of the CIDR collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon resource name (ARN) to uniquely identify the AWS resource.
    AwsId string
    UUID of the CIDR collection.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon resource name (ARN) to uniquely identify the AWS resource.
    awsId String
    UUID of the CIDR collection.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon resource name (ARN) to uniquely identify the AWS resource.
    awsId string
    UUID of the CIDR collection.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon resource name (ARN) to uniquely identify the AWS resource.
    aws_id str
    UUID of the CIDR collection.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon resource name (ARN) to uniquely identify the AWS resource.
    awsId String
    UUID of the CIDR collection.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    CidrCollectionLocation, CidrCollectionLocationArgs

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi