interface ScriptReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GameLift.ScriptReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#ScriptReference |
![]() | software.amazon.awscdk.services.gamelift.ScriptReference |
![]() | aws_cdk.aws_gamelift.ScriptReference |
![]() | aws-cdk-lib » aws_gamelift » ScriptReference |
A reference to a Script 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 scriptReference: gamelift.ScriptReference = {
scriptArn: 'scriptArn',
scriptId: 'scriptId',
};
Properties
Name | Type | Description |
---|---|---|
script | string | The ARN of the Script resource. |
script | string | The Id of the Script resource. |
scriptArn
Type:
string
The ARN of the Script resource.
scriptId
Type:
string
The Id of the Script resource.