interface AppBlockReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppStream.AppBlockReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#AppBlockReference |
![]() | software.amazon.awscdk.services.appstream.AppBlockReference |
![]() | aws_cdk.aws_appstream.AppBlockReference |
![]() | aws-cdk-lib » aws_appstream » AppBlockReference |
A reference to a AppBlock resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appstream as appstream } from 'aws-cdk-lib';
const appBlockReference: appstream.AppBlockReference = {
appBlockArn: 'appBlockArn',
};
Properties
Name | Type | Description |
---|---|---|
app | string | The Arn of the AppBlock resource. |
appBlockArn
Type:
string
The Arn of the AppBlock resource.