Class DefaultSubnetState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultSubnetState : ResourceArgs
Constructors
View SourceDefaultSubnetState()
Declaration
public DefaultSubnetState()
Properties
View SourceArn
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AssignIpv6AddressOnCreation
Declaration
public Input<bool> AssignIpv6AddressOnCreation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
AvailabilityZone
Declaration
public Input<string> AvailabilityZone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AvailabilityZoneId
Declaration
public Input<string> AvailabilityZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CidrBlock
The CIDR block for the subnet.
Declaration
public Input<string> CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv6CidrBlock
The IPv6 CIDR block.
Declaration
public Input<string> Ipv6CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ipv6CidrBlockAssociationId
Declaration
public Input<string> Ipv6CidrBlockAssociationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MapPublicIpOnLaunch
Specify true to indicate that instances launched into the subnet should be assigned a public IP address.
Declaration
public Input<bool> MapPublicIpOnLaunch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
OutpostArn
Declaration
public Input<string> OutpostArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OwnerId
The ID of the AWS account that owns the subnet.
Declaration
public Input<string> OwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VpcId
The VPC ID.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |