AWS Native is in preview. AWS Classic is fully supported.
aws-native.ec2.SubnetCidrBlock
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
The AWS::EC2::SubnetCidrBlock resource creates association between subnet and IPv6 CIDR
Create SubnetCidrBlock Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SubnetCidrBlock(name: string, args: SubnetCidrBlockArgs, opts?: CustomResourceOptions);
@overload
def SubnetCidrBlock(resource_name: str,
args: SubnetCidrBlockArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SubnetCidrBlock(resource_name: str,
opts: Optional[ResourceOptions] = None,
subnet_id: Optional[str] = None,
ipv6_cidr_block: Optional[str] = None,
ipv6_ipam_pool_id: Optional[str] = None,
ipv6_netmask_length: Optional[int] = None)
func NewSubnetCidrBlock(ctx *Context, name string, args SubnetCidrBlockArgs, opts ...ResourceOption) (*SubnetCidrBlock, error)
public SubnetCidrBlock(string name, SubnetCidrBlockArgs args, CustomResourceOptions? opts = null)
public SubnetCidrBlock(String name, SubnetCidrBlockArgs args)
public SubnetCidrBlock(String name, SubnetCidrBlockArgs args, CustomResourceOptions options)
type: aws-native:ec2:SubnetCidrBlock
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 SubnetCidrBlockArgs
- 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 SubnetCidrBlockArgs
- 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 SubnetCidrBlockArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SubnetCidrBlockArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SubnetCidrBlockArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
SubnetCidrBlock 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 SubnetCidrBlock resource accepts the following input properties:
- Subnet
Id string - The ID of the subnet
- Ipv6Cidr
Block string - The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length
- Ipv6Ipam
Pool stringId - The ID of an IPv6 Amazon VPC IP Address Manager (IPAM) pool from which to allocate, to get the subnet's CIDR
- Ipv6Netmask
Length int - The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool
- Subnet
Id string - The ID of the subnet
- Ipv6Cidr
Block string - The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length
- Ipv6Ipam
Pool stringId - The ID of an IPv6 Amazon VPC IP Address Manager (IPAM) pool from which to allocate, to get the subnet's CIDR
- Ipv6Netmask
Length int - The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool
- subnet
Id String - The ID of the subnet
- ipv6Cidr
Block String - The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length
- ipv6Ipam
Pool StringId - The ID of an IPv6 Amazon VPC IP Address Manager (IPAM) pool from which to allocate, to get the subnet's CIDR
- ipv6Netmask
Length Integer - The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool
- subnet
Id string - The ID of the subnet
- ipv6Cidr
Block string - The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length
- ipv6Ipam
Pool stringId - The ID of an IPv6 Amazon VPC IP Address Manager (IPAM) pool from which to allocate, to get the subnet's CIDR
- ipv6Netmask
Length number - The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool
- subnet_
id str - The ID of the subnet
- ipv6_
cidr_ strblock - The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length
- ipv6_
ipam_ strpool_ id - The ID of an IPv6 Amazon VPC IP Address Manager (IPAM) pool from which to allocate, to get the subnet's CIDR
- ipv6_
netmask_ intlength - The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool
- subnet
Id String - The ID of the subnet
- ipv6Cidr
Block String - The IPv6 network range for the subnet, in CIDR notation. The subnet size must use a /64 prefix length
- ipv6Ipam
Pool StringId - The ID of an IPv6 Amazon VPC IP Address Manager (IPAM) pool from which to allocate, to get the subnet's CIDR
- ipv6Netmask
Length Number - The netmask length of the IPv6 CIDR to allocate to the subnet from an IPAM pool
Outputs
All input properties are implicitly available as output properties. Additionally, the SubnetCidrBlock resource produces the following output properties:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.