| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnEIP.Builder |
CfnEIP.Builder.create(software.constructs.Construct scope,
String id) |
CfnEIP.Builder |
CfnEIP.Builder.domain(String domain)
Indicates whether the Elastic IP address is for use with instances in a VPC or instance in EC2-Classic.
|
CfnEIP.Builder |
CfnEIP.Builder.instanceId(String instanceId)
The ID of the instance.
|
CfnEIP.Builder |
CfnEIP.Builder.networkBorderGroup(String networkBorderGroup)
`AWS::EC2::EIP.NetworkBorderGroup`.
|
CfnEIP.Builder |
CfnEIP.Builder.publicIpv4Pool(String publicIpv4Pool)
The ID of an address pool that you own.
|
CfnEIP.Builder |
CfnEIP.Builder.tags(List<? extends CfnTag> tags)
Any tags assigned to the Elastic IP address.
|
Copyright © 2022. All rights reserved.