interface StaticIpReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.StaticIpReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#StaticIpReference |
![]() | software.amazon.awscdk.services.lightsail.StaticIpReference |
![]() | aws_cdk.aws_lightsail.StaticIpReference |
![]() | aws-cdk-lib » aws_lightsail » StaticIpReference |
A reference to a StaticIp resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lightsail as lightsail } from 'aws-cdk-lib';
const staticIpReference: lightsail.StaticIpReference = {
staticIpArn: 'staticIpArn',
staticIpName: 'staticIpName',
};
Properties
Name | Type | Description |
---|---|---|
static | string | The ARN of the StaticIp resource. |
static | string | The StaticIpName of the StaticIp resource. |
staticIpArn
Type:
string
The ARN of the StaticIp resource.
staticIpName
Type:
string
The StaticIpName of the StaticIp resource.