interface AppInstanceBotReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Chime.AppInstanceBotReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awschime#AppInstanceBotReference |
Java | software.amazon.awscdk.interfaces.chime.AppInstanceBotReference |
Python | aws_cdk.interfaces.aws_chime.AppInstanceBotReference |
TypeScript | aws-cdk-lib » interfaces » aws_chime » AppInstanceBotReference |
A reference to a AppInstanceBot 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 appInstanceBotReference: interfaces_chime.AppInstanceBotReference = {
appInstanceBotArn: 'appInstanceBotArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| app | string | The AppInstanceBotArn of the AppInstanceBot resource. |
appInstanceBotArn
Type:
string
The AppInstanceBotArn of the AppInstanceBot resource.

.NET
Go
Java
Python
TypeScript