Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnGroupVersionPropsMixin.Builder
Packages that use CfnGroupVersionPropsMixin.Builder
-
Uses of CfnGroupVersionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.greengrass
Methods in software.amazon.awscdk.cfnpropertymixins.services.greengrass that return CfnGroupVersionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnGroupVersionPropsMixin.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.CfnGroupVersionPropsMixin.Builder.coreDefinitionVersionArn(String coreDefinitionVersionArn) The ARN of the core definition version that contains the core you want to deploy with the group version.CfnGroupVersionPropsMixin.Builder.create()CfnGroupVersionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGroupVersionPropsMixin.Builder.deviceDefinitionVersionArn(String deviceDefinitionVersionArn) The ARN of the device definition version that contains the devices you want to deploy with the group version.CfnGroupVersionPropsMixin.Builder.functionDefinitionVersionArn(String functionDefinitionVersionArn) The ARN of the function definition version that contains the functions you want to deploy with the group version.The ID of the group associated with this version.CfnGroupVersionPropsMixin.Builder.loggerDefinitionVersionArn(String loggerDefinitionVersionArn) The ARN of the logger definition version that contains the loggers you want to deploy with the group version.CfnGroupVersionPropsMixin.Builder.resourceDefinitionVersionArn(String resourceDefinitionVersionArn) The ARN of the resource definition version that contains the resources you want to deploy with the group version.CfnGroupVersionPropsMixin.Builder.subscriptionDefinitionVersionArn(String subscriptionDefinitionVersionArn) The ARN of the subscription definition version that contains the subscriptions you want to deploy with the group version.