interface SubscriptionTargetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.SubscriptionTargetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#SubscriptionTargetReference |
![]() | software.amazon.awscdk.services.datazone.SubscriptionTargetReference |
![]() | aws_cdk.aws_datazone.SubscriptionTargetReference |
![]() | aws-cdk-lib » aws_datazone » SubscriptionTargetReference |
A reference to a SubscriptionTarget resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const subscriptionTargetReference: datazone.SubscriptionTargetReference = {
domainId: 'domainId',
environmentId: 'environmentId',
subscriptionTargetId: 'subscriptionTargetId',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainId of the SubscriptionTarget resource. |
environment | string | The EnvironmentId of the SubscriptionTarget resource. |
subscription | string | The Id of the SubscriptionTarget resource. |
domainId
Type:
string
The DomainId of the SubscriptionTarget resource.
environmentId
Type:
string
The EnvironmentId of the SubscriptionTarget resource.
subscriptionTargetId
Type:
string
The Id of the SubscriptionTarget resource.