Interface CfnStackPropsMixin.ElasticIpProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStackPropsMixin.ElasticIpProperty.Jsii$Proxy
- Enclosing class:
CfnStackPropsMixin
@Stability(Stable)
public static interface CfnStackPropsMixin.ElasticIpProperty
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.cfnpropertymixins.services.opsworks.*;
ElasticIpProperty elasticIpProperty = ElasticIpProperty.builder()
.ip("ip")
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStackPropsMixin.ElasticIpPropertystatic final classAn implementation forCfnStackPropsMixin.ElasticIpProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIp
The IP address.- See Also:
-
getName
The name, which can be a maximum of 32 characters.- See Also:
-
builder
-