AWS::DataZone::SubscriptionTargetSubscription targets enables one to access the data to which you have subscribed in your projects.
9 configurable properties. 7 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ApplicableAssetTypes | Array<string> | Required |
AuthorizedPrincipals | Array<string> | Required |
DomainIdentifier | string | RequiredCreate-onlyWrite-only |
EnvironmentIdentifier | string | RequiredCreate-onlyWrite-only |
Name | string | Required |
SubscriptionTargetConfig | Array<SubscriptionTargetForm> | Required |
Type | string | RequiredCreate-only |
ManageAccessRole | string | |
Provider | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when the subscription target was created. |
CreatedBy | string | The Amazon DataZone user who created the subscription target. |
DomainId | string | The ID of the Amazon DataZone domain in which subscription target is created. |
EnvironmentId | string | The ID of the environment in which subscription target is created. |
Id | string | The ID of the subscription target. |
ProjectId | string | The identifier of the project specified in the subscription target. |
UpdatedAt | string | The timestamp of when the subscription target was updated. |
UpdatedBy | string | The Amazon DataZone user who updated the subscription target. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::SubscriptionTarget
Resources:
MyResource:
Type: AWS::DataZone::SubscriptionTarget
Properties:
ApplicableAssetTypes: []
AuthorizedPrincipals: []
DomainIdentifier: "my-domainidentifier"
EnvironmentIdentifier: "my-environmentidentifier"
Name: "my-name"
SubscriptionTargetConfig: []
Type: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateSubscriptionTargetdatazone:GetSubscriptionTargetiam:PassRoledatazone:GetSubscriptionTargetdatazone:UpdateSubscriptionTargetdatazone:GetSubscriptionTargetiam:PassRoledatazone:DeleteSubscriptionTargetdatazone:ListSubscriptionTargetsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TypeDomainIdentifierEnvironmentIdentifier