EipAssociation

class EipAssociation : KotlinCustomResource

Resource schema for EC2 EIP association.

Properties

Link copied to clipboard
val allocationId: Output<String>?

The allocation ID. This is required for EC2-VPC.

Link copied to clipboard
val eip: Output<String>?

The Elastic IP address to associate with the instance.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>?

The ID of the instance.

Link copied to clipboard

The ID of the network interface.

Link copied to clipboard
val privateIpAddress: Output<String>?

The primary or secondary private IP address to associate with the Elastic IP address.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>