AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::SubscriptionTarget

CfnSubscriptionTarget

The `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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSubscriptionTargetProps.

applicableAssetTypesRequired
string[]

The asset types included in the subscription target.

authorizedPrincipalsRequired
string[]

The authorized principals included in the subscription target.

domainIdentifierRequired
string

The ID of the Amazon DataZone domain in which subscription target is created.

environmentIdentifierRequired
string

The ID of the environment in which subscription target is created.

nameRequired
string

The name of the subscription target.

subscriptionTargetConfigRequired
IResolvable | IResolvable | SubscriptionTargetFormProperty[]

The configuration of the subscription target.

typeRequired
string

The type of the subscription target.

manageAccessRoleOptional
string

The manage access role that is used to create the subscription target.

providerOptional
string

The provider of the subscription target.

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