interface SubscriptionDefinitionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Greengrass.SubscriptionDefinitionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgreengrass#SubscriptionDefinitionReference |
![]() | software.amazon.awscdk.services.greengrass.SubscriptionDefinitionReference |
![]() | aws_cdk.aws_greengrass.SubscriptionDefinitionReference |
![]() | aws-cdk-lib » aws_greengrass » SubscriptionDefinitionReference |
A reference to a SubscriptionDefinition resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_greengrass as greengrass } from 'aws-cdk-lib';
const subscriptionDefinitionReference: greengrass.SubscriptionDefinitionReference = {
subscriptionDefinitionArn: 'subscriptionDefinitionArn',
subscriptionDefinitionId: 'subscriptionDefinitionId',
};
Properties
Name | Type | Description |
---|---|---|
subscription | string | The ARN of the SubscriptionDefinition resource. |
subscription | string | The Id of the SubscriptionDefinition resource. |
subscriptionDefinitionArn
Type:
string
The ARN of the SubscriptionDefinition resource.
subscriptionDefinitionId
Type:
string
The Id of the SubscriptionDefinition resource.