Interface IStaticIpReference
A reference to a StaticIp resource.
Namespace: Amazon.CDK.Interfaces.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStaticIpReference
Syntax (vb)
Public Interface IStaticIpReference
Remarks
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.Interfaces.Lightsail;
var staticIpReference = new StaticIpReference {
StaticIpArn = "staticIpArn",
StaticIpName = "staticIpName"
};
Synopsis
Properties
| StaticIpArn | The ARN of the StaticIp resource. |
| StaticIpName | The StaticIpName of the StaticIp resource. |
Properties
StaticIpArn
The ARN of the StaticIp resource.
string StaticIpArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
StaticIpName
The StaticIpName of the StaticIp resource.
string StaticIpName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated