aws-cdk-lib.aws_greengrass.CfnGroupVersionProps

interface CfnGroupVersionProps

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

Properties for defining a CfnGroupVersion.

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 cfnGroupVersionProps: greengrass.CfnGroupVersionProps = {
  groupId: 'groupId',

  // the properties below are optional
  connectorDefinitionVersionArn: 'connectorDefinitionVersionArn',
  coreDefinitionVersionArn: 'coreDefinitionVersionArn',
  deviceDefinitionVersionArn: 'deviceDefinitionVersionArn',
  functionDefinitionVersionArn: 'functionDefinitionVersionArn',
  loggerDefinitionVersionArn: 'loggerDefinitionVersionArn',
  resourceDefinitionVersionArn: 'resourceDefinitionVersionArn',
  subscriptionDefinitionVersionArn: 'subscriptionDefinitionVersionArn',
};

Properties

NameTypeDescription
groupIdstringThe ID of the group associated with this version.
connectorDefinitionVersionArn?stringThe Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.
coreDefinitionVersionArn?stringThe ARN of the core definition version that contains the core you want to deploy with the group version.
deviceDefinitionVersionArn?stringThe ARN of the device definition version that contains the devices you want to deploy with the group version.
functionDefinitionVersionArn?stringThe ARN of the function definition version that contains the functions you want to deploy with the group version.
loggerDefinitionVersionArn?stringThe ARN of the logger definition version that contains the loggers you want to deploy with the group version.
resourceDefinitionVersionArn?stringThe ARN of the resource definition version that contains the resources you want to deploy with the group version.
subscriptionDefinitionVersionArn?stringThe ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.

groupId

Type: string

The ID of the group associated with this version.

This value is a GUID.


connectorDefinitionVersionArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.


coreDefinitionVersionArn?

Type: string (optional)

The ARN of the core definition version that contains the core you want to deploy with the group version.

Currently, the core definition version can contain only one core.


deviceDefinitionVersionArn?

Type: string (optional)

The ARN of the device definition version that contains the devices you want to deploy with the group version.


functionDefinitionVersionArn?

Type: string (optional)

The ARN of the function definition version that contains the functions you want to deploy with the group version.


loggerDefinitionVersionArn?

Type: string (optional)

The ARN of the logger definition version that contains the loggers you want to deploy with the group version.


resourceDefinitionVersionArn?

Type: string (optional)

The ARN of the resource definition version that contains the resources you want to deploy with the group version.


subscriptionDefinitionVersionArn?

Type: string (optional)

The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.