interface AppInstanceReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Chime.AppInstanceReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awschime#AppInstanceReference |
Java | software.amazon.awscdk.interfaces.chime.AppInstanceReference |
Python | aws_cdk.interfaces.aws_chime.AppInstanceReference |
TypeScript | aws-cdk-lib » interfaces » aws_chime » AppInstanceReference |
A reference to a AppInstance resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_chime as interfaces_chime } from 'aws-cdk-lib/interfaces';
const appInstanceReference: interfaces_chime.AppInstanceReference = {
appInstanceArn: 'appInstanceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| app | string | The AppInstanceArn of the AppInstance resource. |
appInstanceArn
Type:
string
The AppInstanceArn of the AppInstance resource.

.NET
Go
Java
Python
TypeScript