CaseReference

class aws_cdk.interfaces.aws_cases.CaseReference(*, case_arn)

Bases: object

A reference to a Case resource.

Parameters:

case_arn (str) – The Arn of the Case 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_cases as interfaces_cases

case_reference = interfaces_cases.CaseReference(
    case_arn="caseArn"
)

Attributes

case_arn

The Arn of the Case resource.