interface InstanceReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.InstanceReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#InstanceReference |
![]() | software.amazon.awscdk.services.lightsail.InstanceReference |
![]() | aws_cdk.aws_lightsail.InstanceReference |
![]() | aws-cdk-lib » aws_lightsail » InstanceReference |
A reference to a Instance 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 instanceReference: lightsail.InstanceReference = {
instanceArn: 'instanceArn',
instanceName: 'instanceName',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | The ARN of the Instance resource. |
instance | string | The InstanceName of the Instance resource. |
instanceArn
Type:
string
The ARN of the Instance resource.
instanceName
Type:
string
The InstanceName of the Instance resource.