Class EipArgs
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 EipArgs : ResourceArgs
Constructors
View SourceEipArgs()
Declaration
public EipArgs()
Properties
View SourceAssociateWithPrivateIp
A user specified primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.
Declaration
public Input<string> AssociateWithPrivateIp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CustomerOwnedIpv4Pool
The ID of a customer-owned address pool. For more on customer owned IP addressed check out Customer-owned IP addresses guide
Declaration
public Input<string> CustomerOwnedIpv4Pool { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Instance
EC2 instance ID.
Declaration
public Input<string> Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkInterface
Network interface ID to associate with.
Declaration
public Input<string> NetworkInterface { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublicIpv4Pool
EC2 IPv4 address pool identifier or amazon. This option is only available for VPC EIPs.
Declaration
public Input<string> PublicIpv4Pool { 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> |
Vpc
Boolean if the EIP is in a VPC or not.
Declaration
public Input<bool> Vpc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |