DeploymentArgs

data class DeploymentArgs(val components: Output<Map<String, DeploymentComponentDeploymentSpecificationArgs>>? = null, val deploymentName: Output<String>? = null, val deploymentPolicies: Output<DeploymentPoliciesArgs>? = null, val iotJobConfiguration: Output<DeploymentIoTJobConfigurationArgs>? = null, val parentTargetArn: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val targetArn: Output<String>? = null) : ConvertibleToJava<DeploymentArgs>

Resource for Greengrass V2 deployment.

Constructors

Link copied to clipboard
constructor(components: Output<Map<String, DeploymentComponentDeploymentSpecificationArgs>>? = null, deploymentName: Output<String>? = null, deploymentPolicies: Output<DeploymentPoliciesArgs>? = null, iotJobConfiguration: Output<DeploymentIoTJobConfigurationArgs>? = null, parentTargetArn: Output<String>? = null, tags: Output<Map<String, String>>? = null, targetArn: Output<String>? = null)

Properties

Link copied to clipboard

The components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.

Link copied to clipboard
val deploymentName: Output<String>? = null

The name of the deployment.

Link copied to clipboard

The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.

Link copied to clipboard

The job configuration for the deployment configuration. The job configuration specifies the rollout, timeout, and stop configurations for the deployment configuration.

Link copied to clipboard
val parentTargetArn: Output<String>? = null

The parent deployment's ARN for a subdeployment.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Application-specific metadata to attach to the deployment. You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tag your AWS IoT Greengrass Version 2 resources in the AWS IoT Greengrass V2 Developer Guide . This Json property type is processed as a map of key-value pairs. It uses the following format, which is different from most Tags implementations in AWS CloudFormation templates.

Link copied to clipboard
val targetArn: Output<String>? = null

The ARN of the target AWS IoT thing or thing group.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentArgs