AWS::DataZone::SubscriptionTargetThe `AWS::DataZone::SubscriptionTarget` resource specifies an Amazon DataZone subscription target. Subscription targets enable you to access the data to which you have subscribed in your projects. A subscription target specifies the location (for example, a database or a schema) and the required permissions (for example, an IAM role) that Amazon DataZone can use to establish a connection with the source data and to create the necessary grants so that members of the Amazon DataZone project can start querying the data to which they have subscribed.
import { CfnSubscriptionTarget } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnSubscriptionTargetConfiguration passed to the constructor as CfnSubscriptionTargetProps.
applicableAssetTypesRequiredstring[]The asset types included in the subscription target.
authorizedPrincipalsRequiredstring[]The authorized principals included in the subscription target.
domainIdentifierRequiredstringThe ID of the Amazon DataZone domain in which subscription target is created.
environmentIdentifierRequiredstringThe ID of the environment in which subscription target is created.
nameRequiredstringThe name of the subscription target.
subscriptionTargetConfigRequiredIResolvable | IResolvable | SubscriptionTargetFormProperty[]The configuration of the subscription target.
typeRequiredstringThe type of the subscription target.
manageAccessRoleOptionalstringThe manage access role that is used to create the subscription target.
providerOptionalstringThe provider of the subscription target.
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::SubscriptionTarget