DomainReference
- class aws_cdk.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 import aws_customerprofiles as customerprofiles domain_reference = customerprofiles.DomainReference( domain_name="domainName" ) - Attributes - domain_name
- The DomainName of the Domain resource.