interface AppBlockReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.AppStream.AppBlockReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsappstream#AppBlockReference |
Java | software.amazon.awscdk.interfaces.appstream.AppBlockReference |
Python | aws_cdk.interfaces.aws_appstream.AppBlockReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_appstream } from 'aws-cdk-lib/interfaces';
const appBlockReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript