DomainReference

class aws_cdk.interfaces.aws_customerprofiles.DomainReference(*, domain_name)

Bases: object

A reference to a Domain resource.

Parameters:

domain_name (str) – The DomainName 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_customerprofiles as interfaces_aws_customerprofiles

domain_reference = interfaces_aws_customerprofiles.DomainReference(
    domain_name="domainName"
)

Attributes

domain_name

The DomainName of the Domain resource.