interface OwnerReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.OwnerReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#OwnerReference |
![]() | software.amazon.awscdk.services.datazone.OwnerReference |
![]() | aws_cdk.aws_datazone.OwnerReference |
![]() | aws-cdk-lib » aws_datazone » OwnerReference |
A reference to a Owner resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const ownerReference: datazone.OwnerReference = {
domainIdentifier: 'domainIdentifier',
entityIdentifier: 'entityIdentifier',
entityType: 'entityType',
ownerIdentifier: 'ownerIdentifier',
ownerType: 'ownerType',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainIdentifier of the Owner resource. |
entity | string | The EntityIdentifier of the Owner resource. |
entity | string | The EntityType of the Owner resource. |
owner | string | The OwnerIdentifier of the Owner resource. |
owner | string | The OwnerType of the Owner resource. |
domainIdentifier
Type:
string
The DomainIdentifier of the Owner resource.
entityIdentifier
Type:
string
The EntityIdentifier of the Owner resource.
entityType
Type:
string
The EntityType of the Owner resource.
ownerIdentifier
Type:
string
The OwnerIdentifier of the Owner resource.
ownerType
Type:
string
The OwnerType of the Owner resource.