| Package | Description |
|---|---|
| software.amazon.awscdk.services.greengrass |
AWS IoT Greengrass Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnGroupVersion.Builder |
CfnGroupVersion.Builder.connectorDefinitionVersionArn(String connectorDefinitionVersionArn)
The Amazon Resource Name (ARN) of the connector definition version that contains the connectors you want to deploy with the group version.
|
CfnGroupVersion.Builder |
CfnGroupVersion.Builder.coreDefinitionVersionArn(String coreDefinitionVersionArn)
The ARN of the core definition version that contains the core you want to deploy with the group version.
|
static CfnGroupVersion.Builder |
CfnGroupVersion.Builder.create(software.constructs.Construct scope,
String id) |
CfnGroupVersion.Builder |
CfnGroupVersion.Builder.deviceDefinitionVersionArn(String deviceDefinitionVersionArn)
The ARN of the device definition version that contains the devices you want to deploy with the group version.
|
CfnGroupVersion.Builder |
CfnGroupVersion.Builder.functionDefinitionVersionArn(String functionDefinitionVersionArn)
The ARN of the function definition version that contains the functions you want to deploy with the group version.
|
CfnGroupVersion.Builder |
CfnGroupVersion.Builder.groupId(String groupId)
The ID of the group associated with this version.
|
CfnGroupVersion.Builder |
CfnGroupVersion.Builder.loggerDefinitionVersionArn(String loggerDefinitionVersionArn)
The ARN of the logger definition version that contains the loggers you want to deploy with the group version.
|
CfnGroupVersion.Builder |
CfnGroupVersion.Builder.resourceDefinitionVersionArn(String resourceDefinitionVersionArn)
The ARN of the resource definition version that contains the resources you want to deploy with the group version.
|
CfnGroupVersion.Builder |
CfnGroupVersion.Builder.subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn)
The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.
|
Copyright © 2022. All rights reserved.