IntegrationReference
- class aws_cdk.aws_customerprofiles.IntegrationReference(*, domain_name, uri)
Bases:
object
A reference to a Integration resource.
- Parameters:
domain_name (
str
) – The DomainName of the Integration resource.uri (
str
) – The Uri of the Integration 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 integration_reference = customerprofiles.IntegrationReference( domain_name="domainName", uri="uri" )
Attributes
- domain_name
The DomainName of the Integration resource.
- uri
The Uri of the Integration resource.