Show / Hide Table of Contents

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-staticip.html#cfn-lightsail-staticip-attachedto

StaticIpName

The name of the static IP.

string StaticIpName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-staticip.html#cfn-lightsail-staticip-staticipname

Back to top Generated by DocFX