interface AppBlockBuilderReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.AppStream.AppBlockBuilderReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappstream#AppBlockBuilderReference |
Java | software.amazon.awscdk.services.appstream.AppBlockBuilderReference |
Python | aws_cdk.aws_appstream.AppBlockBuilderReference |
TypeScript | aws-cdk-lib » aws_appstream » AppBlockBuilderReference |
A reference to a AppBlockBuilder 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 appBlockBuilderReference: appstream.AppBlockBuilderReference = {
appBlockBuilderArn: 'appBlockBuilderArn',
appBlockBuilderName: 'appBlockBuilderName',
};
Properties
| Name | Type | Description |
|---|---|---|
| app | string | The ARN of the AppBlockBuilder resource. |
| app | string | The Name of the AppBlockBuilder resource. |
appBlockBuilderArn
Type:
string
The ARN of the AppBlockBuilder resource.
appBlockBuilderName
Type:
string
The Name of the AppBlockBuilder resource.

.NET
Go
Java
Python
TypeScript