Interface ICfnStaticIpProps
Properties for defining a CfnStaticIp
.
Namespace: Amazon.CDK.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnStaticIpProps
Syntax (vb)
Public Interface ICfnStaticIpProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-staticip.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lightsail;
var cfnStaticIpProps = new CfnStaticIpProps {
StaticIpName = "staticIpName",
// the properties below are optional
AttachedTo = "attachedTo"
};
Synopsis
Properties
AttachedTo | The instance that the static IP is attached to. |
StaticIpName | The name of the static IP. |
Properties
AttachedTo
The instance that the static IP is attached to.
string? AttachedTo { get; }
Property Value
Remarks
StaticIpName
The name of the static IP.
string StaticIpName { get; }