interface IAppBlockRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.AppStream.IAppBlockRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#IAppBlockRef | 
  Java | software.amazon.awscdk.services.appstream.IAppBlockRef | 
  Python | aws_cdk.aws_appstream.IAppBlockRef | 
  TypeScript  | aws-cdk-lib » aws_appstream » IAppBlockRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a AppBlock.
Properties
| Name | Type | Description | 
|---|---|---|
| app | App | A reference to a AppBlock resource. | 
| node | Node | The tree node. | 
appBlockRef
Type:
App
A reference to a AppBlock resource.
node
Type:
Node
The tree node.

 .NET
 Go
 Java
 Python
 TypeScript