@Generated(value="jsii-pacmak/0.17.0 (build 7d5d104)", date="2019-09-20T09:56:18.916Z") @Stability(value=External) 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() |
String |
getDomain()
`AWS::EC2::EIP.Domain`.
|
String |
getInstanceId()
`AWS::EC2::EIP.InstanceId`.
|
String |
getPublicIpv4Pool()
`AWS::EC2::EIP.PublicIpv4Pool`.
|
@Stability(value=External) String getDomain()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-domain
@Stability(value=External) String getInstanceId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-instanceid
@Stability(value=External) String getPublicIpv4Pool()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-eip.html#cfn-ec2-eip-publicipv4pool
@Stability(value=External) static CfnEIPProps.Builder builder()
CfnEIPProps.Builder
of CfnEIPProps
Copyright © 2019. All rights reserved.