interface SubscriptionDefinitionVersionReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Greengrass.SubscriptionDefinitionVersionReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsgreengrass#SubscriptionDefinitionVersionReference |
Java | software.amazon.awscdk.interfaces.greengrass.SubscriptionDefinitionVersionReference |
Python | aws_cdk.interfaces.aws_greengrass.SubscriptionDefinitionVersionReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_greengrass } from 'aws-cdk-lib/interfaces';
const subscriptionDefinitionVersionReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript