aws-cdk-lib.aws_greengrass.CfnSubscriptionDefinitionVersionProps

interface CfnSubscriptionDefinitionVersionProps

LanguageType name
.NETAmazon.CDK.AWS.Greengrass.CfnSubscriptionDefinitionVersionProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgreengrass#CfnSubscriptionDefinitionVersionProps
Javasoftware.amazon.awscdk.services.greengrass.CfnSubscriptionDefinitionVersionProps
Pythonaws_cdk.aws_greengrass.CfnSubscriptionDefinitionVersionProps
TypeScript aws-cdk-lib » aws_greengrass » CfnSubscriptionDefinitionVersionProps

Properties for defining a CfnSubscriptionDefinitionVersion.

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 cfnSubscriptionDefinitionVersionProps: greengrass.CfnSubscriptionDefinitionVersionProps = {
  subscriptionDefinitionId: 'subscriptionDefinitionId',
  subscriptions: [{
    id: 'id',
    source: 'source',
    subject: 'subject',
    target: 'target',
  }],
};

Properties

NameTypeDescription
subscriptionDefinitionIdstringThe ID of the subscription definition associated with this version.
subscriptionsIResolvable | IResolvable | SubscriptionProperty[]The subscriptions in this version.

subscriptionDefinitionId

Type: string

The ID of the subscription definition associated with this version.

This value is a GUID.


subscriptions

Type: IResolvable | IResolvable | SubscriptionProperty[]

The subscriptions in this version.