AWS::DataZone::OwnerThe owner that you want to add to the entity.
import { CfnOwner } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnOwnerConfiguration passed to the constructor as CfnOwnerProps.
domainIdentifierRequiredstringThe ID of the domain in which you want to add the entity owner.
entityIdentifierRequiredstringThe ID of the entity to which you want to add an owner.
entityTypeRequiredstringThe type of an entity.
ownerRequiredIResolvable | OwnerPropertiesPropertyThe owner that you want to add to the entity.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datazoneAWS::DataZone::Owner