@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-07-28T21:12:25.856Z") @Stability(value=Stable) public interface CfnEIPProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEIPProps.Builder
A builder for
CfnEIPProps |
static class |
CfnEIPProps.Jsii$Proxy
An implementation for
CfnEIPProps |
Modifier and Type | Method and Description |
---|---|
static CfnEIPProps.Builder |
builder() |
default String |
getDomain()
`AWS::EC2::EIP.Domain`.
|
default String |
getInstanceId()
`AWS::EC2::EIP.InstanceId`.
|
default String |
getPublicIpv4Pool()
`AWS::EC2::EIP.PublicIpv4Pool`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::EIP.Tags`.
|
@Stability(value=Stable) @Nullable default String getDomain()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain
@Stability(value=Stable) @Nullable default String getInstanceId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid
@Stability(value=Stable) @Nullable default String getPublicIpv4Pool()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-tags
@Stability(value=Stable) static CfnEIPProps.Builder builder()
CfnEIPProps.Builder
of CfnEIPProps
Copyright © 2020. All rights reserved.