@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:26.742Z")
public interface CfnStaticIpProps
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.lightsail.*; CfnStaticIpProps cfnStaticIpProps = CfnStaticIpProps.builder() .staticIpName("staticIpName") // the properties below are optional .attachedTo("attachedTo") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStaticIpProps.Builder
A builder for
CfnStaticIpProps |
static class |
CfnStaticIpProps.Jsii$Proxy
An implementation for
CfnStaticIpProps |
Modifier and Type | Method and Description |
---|---|
static CfnStaticIpProps.Builder |
builder() |
default java.lang.String |
getAttachedTo()
The instance that the static IP is attached to.
|
java.lang.String |
getStaticIpName()
The name of the static IP.
|
java.lang.String getStaticIpName()
default java.lang.String getAttachedTo()
static CfnStaticIpProps.Builder builder()
CfnStaticIpProps.Builder
of CfnStaticIpProps