@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.916Z") @Stability(value=Stable) public interface CfnEIPAssociationProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnEIPAssociationProps cfnEIPAssociationProps = CfnEIPAssociationProps.builder()
.allocationId("allocationId")
.eip("eip")
.instanceId("instanceId")
.networkInterfaceId("networkInterfaceId")
.privateIpAddress("privateIpAddress")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEIPAssociationProps.Builder
A builder for
CfnEIPAssociationProps |
static class |
CfnEIPAssociationProps.Jsii$Proxy
An implementation for
CfnEIPAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnEIPAssociationProps.Builder |
builder() |
default String |
getAllocationId()
`AWS::EC2::EIPAssociation.AllocationId`.
|
default String |
getEip()
`AWS::EC2::EIPAssociation.EIP`.
|
default String |
getInstanceId()
`AWS::EC2::EIPAssociation.InstanceId`.
|
default String |
getNetworkInterfaceId()
`AWS::EC2::EIPAssociation.NetworkInterfaceId`.
|
default String |
getPrivateIpAddress()
`AWS::EC2::EIPAssociation.PrivateIpAddress`.
|
@Stability(value=Stable) @Nullable default String getAllocationId()
@Stability(value=Stable) @Nullable default String getEip()
@Stability(value=Stable) @Nullable default String getInstanceId()
@Stability(value=Stable) @Nullable default String getNetworkInterfaceId()
@Stability(value=Stable) @Nullable default String getPrivateIpAddress()
@Stability(value=Stable) static CfnEIPAssociationProps.Builder builder()
CfnEIPAssociationProps.Builder of CfnEIPAssociationPropsCopyright © 2021. All rights reserved.