interface ServerReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.OpsWorksCM.ServerReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsopsworkscm#ServerReference |
![]() | software.amazon.awscdk.services.opsworkscm.ServerReference |
![]() | aws_cdk.aws_opsworkscm.ServerReference |
![]() | aws-cdk-lib » aws_opsworkscm » ServerReference |
A reference to a Server resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opsworkscm as opsworkscm } from 'aws-cdk-lib';
const serverReference: opsworkscm.ServerReference = {
serverArn: 'serverArn',
};
Properties
Name | Type | Description |
---|---|---|
server | string | The ARN of the Server resource. |
serverArn
Type:
string
The ARN of the Server resource.