| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnEIPAssociation.Builder |
CfnEIPAssociation.Builder.allocationId(String allocationId)
[EC2-VPC] The allocation ID.
|
static CfnEIPAssociation.Builder |
CfnEIPAssociation.Builder.create(software.constructs.Construct scope,
String id) |
CfnEIPAssociation.Builder |
CfnEIPAssociation.Builder.eip(String eip)
[EC2-Classic] The Elastic IP address to associate with the instance.
|
CfnEIPAssociation.Builder |
CfnEIPAssociation.Builder.instanceId(String instanceId)
The ID of the instance.
|
CfnEIPAssociation.Builder |
CfnEIPAssociation.Builder.networkInterfaceId(String networkInterfaceId)
[EC2-VPC] The ID of the network interface.
|
CfnEIPAssociation.Builder |
CfnEIPAssociation.Builder.privateIpAddress(String privateIpAddress)
[EC2-VPC] The primary or secondary private IP address to associate with the Elastic IP address.
|
Copyright © 2022. All rights reserved.