DomainReference
- class aws_cdk.interfaces.aws_cases.DomainReference(*, domain_arn)
Bases:
objectA reference to a Domain resource.
- Parameters:
domain_arn (
str) – The DomainArn of the Domain 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 domain_reference = interfaces_cases.DomainReference( domain_arn="domainArn" )
Attributes
- domain_arn
The DomainArn of the Domain resource.