AppInstanceUserReference

class aws_cdk.interfaces.aws_chime.AppInstanceUserReference(*, app_instance_user_arn)

Bases: object

A reference to a AppInstanceUser resource.

Parameters:

app_instance_user_arn (str) – The AppInstanceUserArn of the AppInstanceUser 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_user_reference = interfaces_chime.AppInstanceUserReference(
    app_instance_user_arn="appInstanceUserArn"
)

Attributes

app_instance_user_arn

The AppInstanceUserArn of the AppInstanceUser resource.