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.CidrCollection
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.
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.
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.
Aws Native. Route53. Inputs. Cidr Collection Location> - A complex type that contains information about the list of CIDR locations.
- Name string
- A unique name for the CIDR collection.
- Locations
[]Cidr
Collection Location Args - A complex type that contains information about the list of CIDR locations.
- Name string
- A unique name for the CIDR collection.
- locations
List<Cidr
Collection Location> - A complex type that contains information about the list of CIDR locations.
- name String
- A unique name for the CIDR collection.
- locations
Cidr
Collection Location[] - A complex type that contains information about the list of CIDR locations.
- name string
- A unique name for the CIDR collection.
- locations
Sequence[Cidr
Collection Location Args] - 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:
Supporting Types
CidrCollectionLocation, CidrCollectionLocationArgs
- 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