aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.route53.CidrCollection

Explore with Pulumi AI

Resource schema for AWS::Route53::CidrCollection.

Create CidrCollection Resource

new CidrCollection(name: string, args?: CidrCollectionArgs, opts?: CustomResourceOptions);
@overload
def CidrCollection(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   locations: Optional[Sequence[CidrCollectionLocationArgs]] = None,
                   name: Optional[str] = None)
@overload
def CidrCollection(resource_name: str,
                   args: Optional[CidrCollectionArgs] = None,
                   opts: Optional[ResourceOptions] = 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.

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.

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.CidrCollectionLocationArgs>

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<CidrCollectionLocationArgs>

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 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.

Id string

The provider-assigned unique ID for this managed resource.

Arn string

The Amazon resource name (ARN) to uniquely identify the AWS resource.

Id string

The provider-assigned unique ID for this managed resource.

arn String

The Amazon resource name (ARN) to uniquely identify the AWS resource.

id String

The provider-assigned unique ID for this managed resource.

arn string

The Amazon resource name (ARN) to uniquely identify the AWS resource.

id string

The provider-assigned unique ID for this managed resource.

arn str

The Amazon resource name (ARN) to uniquely identify the AWS resource.

id str

The provider-assigned unique ID for this managed resource.

arn String

The Amazon resource name (ARN) to uniquely identify the AWS resource.

id String

The provider-assigned unique ID for this managed resource.

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