Deployment

class Deployment : KotlinCustomResource

Resource for Greengrass V2 deployment.

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 deploymentId: Output<String>

The ID of the deployment.

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

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
val id: Output<String>
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>?

The parent deployment's ARN for a subdeployment.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

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>

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

Link copied to clipboard
val urn: Output<String>