ProjectProfileReference
- class aws_cdk.aws_datazone.ProjectProfileReference(*, domain_identifier, identifier)
Bases:
object
A reference to a ProjectProfile resource.
- Parameters:
domain_identifier (
str
) – The DomainIdentifier of the ProjectProfile resource.identifier (
str
) – The Identifier of the ProjectProfile 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_datazone as datazone project_profile_reference = datazone.ProjectProfileReference( domain_identifier="domainIdentifier", identifier="identifier" )
Attributes
- domain_identifier
The DomainIdentifier of the ProjectProfile resource.
- identifier
The Identifier of the ProjectProfile resource.