AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::Owner

CfnOwner

The owner that you want to add to the entity.

Import

import { CfnOwner } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnOwner

Properties

Configuration passed to the constructor as CfnOwnerProps.

domainIdentifierRequired
string

The ID of the domain in which you want to add the entity owner.

entityIdentifierRequired
string

The ID of the entity to which you want to add an owner.

entityTypeRequired
string

The type of an entity.

ownerRequired
IResolvable | OwnerPropertiesProperty

The owner that you want to add to the entity.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter