interface SubscriptionDefinitionVersionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Greengrass.SubscriptionDefinitionVersionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgreengrass#SubscriptionDefinitionVersionReference |
![]() | software.amazon.awscdk.services.greengrass.SubscriptionDefinitionVersionReference |
![]() | aws_cdk.aws_greengrass.SubscriptionDefinitionVersionReference |
![]() | aws-cdk-lib » aws_greengrass » SubscriptionDefinitionVersionReference |
A reference to a SubscriptionDefinitionVersion 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 subscriptionDefinitionVersionReference: greengrass.SubscriptionDefinitionVersionReference = {
subscriptionDefinitionVersionId: 'subscriptionDefinitionVersionId',
};
Properties
Name | Type | Description |
---|---|---|
subscription | string | The Id of the SubscriptionDefinitionVersion resource. |
subscriptionDefinitionVersionId
Type:
string
The Id of the SubscriptionDefinitionVersion resource.