Show / Hide Table of Contents

Class GetSubnetResult

Inheritance
System.Object
GetSubnetResult
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 GetSubnetResult

Fields

View Source

Arn

The ARN of the subnet.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

AssignIpv6AddressOnCreation

Declaration
public readonly bool AssignIpv6AddressOnCreation
Field Value
Type Description
System.Boolean
View Source

AvailabilityZone

Declaration
public readonly string AvailabilityZone
Field Value
Type Description
System.String
View Source

AvailabilityZoneId

Declaration
public readonly string AvailabilityZoneId
Field Value
Type Description
System.String
View Source

CidrBlock

Declaration
public readonly string CidrBlock
Field Value
Type Description
System.String
View Source

DefaultForAz

Declaration
public readonly bool DefaultForAz
Field Value
Type Description
System.Boolean
View Source

Filters

Declaration
public readonly ImmutableArray<GetSubnetFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetSubnetFilterResult>
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Ipv6CidrBlock

Declaration
public readonly string Ipv6CidrBlock
Field Value
Type Description
System.String
View Source

Ipv6CidrBlockAssociationId

Declaration
public readonly string Ipv6CidrBlockAssociationId
Field Value
Type Description
System.String
View Source

MapPublicIpOnLaunch

Declaration
public readonly bool MapPublicIpOnLaunch
Field Value
Type Description
System.Boolean
View Source

OutpostArn

The Amazon Resource Name (ARN) of the Outpost.

Declaration
public readonly string OutpostArn
Field Value
Type Description
System.String
View Source

OwnerId

The ID of the AWS account that owns the subnet.

Declaration
public readonly string OwnerId
Field Value
Type Description
System.String
View Source

State

Declaration
public readonly string State
Field Value
Type Description
System.String
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.