AppInstanceBotReference
- class aws_cdk.interfaces.aws_chime.AppInstanceBotReference(*, app_instance_bot_arn)
Bases:
objectA reference to a AppInstanceBot resource.
- Parameters:
app_instance_bot_arn (
str) – The AppInstanceBotArn of the AppInstanceBot resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_chime as interfaces_chime app_instance_bot_reference = interfaces_chime.AppInstanceBotReference( app_instance_bot_arn="appInstanceBotArn" )
Attributes
- app_instance_bot_arn
The AppInstanceBotArn of the AppInstanceBot resource.