ActionConnectorReference

class aws_cdk.interfaces.aws_quicksight.ActionConnectorReference(*, action_connector_arn, action_connector_id, aws_account_id)

Bases: object

A reference to a ActionConnector resource.

Parameters:
  • action_connector_arn (str) – The ARN of the ActionConnector resource.

  • action_connector_id (str) – The ActionConnectorId of the ActionConnector resource.

  • aws_account_id (str) – The AwsAccountId of the ActionConnector 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_quicksight as interfaces_quicksight

action_connector_reference = interfaces_quicksight.ActionConnectorReference(
    action_connector_arn="actionConnectorArn",
    action_connector_id="actionConnectorId",
    aws_account_id="awsAccountId"
)

Attributes

action_connector_arn

The ARN of the ActionConnector resource.

action_connector_id

The ActionConnectorId of the ActionConnector resource.

aws_account_id

The AwsAccountId of the ActionConnector resource.