AppInstanceReference

class aws_cdk.interfaces.aws_chime.AppInstanceReference(*, app_instance_arn)

Bases: object

A reference to a AppInstance resource.

Parameters:

app_instance_arn (str) – The AppInstanceArn of the AppInstance 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_reference = interfaces_chime.AppInstanceReference(
    app_instance_arn="appInstanceArn"
)

Attributes

app_instance_arn

The AppInstanceArn of the AppInstance resource.