interface BuildReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GameLift.BuildReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#BuildReference |
![]() | software.amazon.awscdk.services.gamelift.BuildReference |
![]() | aws_cdk.aws_gamelift.BuildReference |
![]() | aws-cdk-lib » aws_gamelift » BuildReference |
A reference to a Build resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gamelift as gamelift } from 'aws-cdk-lib';
const buildReference: gamelift.BuildReference = {
buildArn: 'buildArn',
buildId: 'buildId',
};
Properties
Name | Type | Description |
---|---|---|
build | string | The ARN of the Build resource. |
build | string | The BuildId of the Build resource. |
buildArn
Type:
string
The ARN of the Build resource.
buildId
Type:
string
The BuildId of the Build resource.