Class VpnConnectionRouteGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpnConnectionRouteGetArgs : ResourceArgs
Constructors
View SourceVpnConnectionRouteGetArgs()
Declaration
public VpnConnectionRouteGetArgs()
Properties
View SourceDestinationCidrBlock
Declaration
public Input<string> DestinationCidrBlock { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
Source
Declaration
public Input<string> Source { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
State
Declaration
public Input<string> State { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |