Class VpcLinkArgs
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.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcLinkArgs : ResourceArgs
Constructors
View SourceVpcLinkArgs()
Declaration
public VpcLinkArgs()
Properties
View SourceDescription
The description of the VPC link.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name used to label and identify the VPC link.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
TargetArn
The list of network load balancer arns in the VPC targeted by the VPC link. Currently AWS only supports 1 target.
Declaration
public Input<string> TargetArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |