AWS::DataZone::DomainThe `AWS::DataZone::Domain` resource specifies an Amazon DataZone domain. You can use domains to organize your assets, users, and their projects.
import { CfnDomain } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnDomainConfiguration passed to the constructor as CfnDomainProps.
domainExecutionRoleRequiredstringThe domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the AWS account that houses the Amazon DataZone domain.
nameRequiredstringThe name of the Amazon DataZone domain.
descriptionOptionalstringThe description of the Amazon DataZone domain.
domainVersionOptionalstringThe domain version.
kmsKeyIdentifierOptionalstringThe identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
serviceRoleOptionalstringThe service role of the domain.
singleSignOnOptionalIResolvable | SingleSignOnPropertyThe single sign-on details in Amazon DataZone.
tagsOptionalCfnTag[]The tags specified for the Amazon DataZone domain.
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::Domain