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