Deployment Args
data class DeploymentArgs(val components: Output<Any>? = null, val deploymentName: Output<String>? = null, val deploymentPolicies: Output<DeploymentPoliciesArgs>? = null, val iotJobConfiguration: Output<DeploymentIoTJobConfigurationArgs>? = null, val parentTargetArn: Output<String>? = null, val tags: Output<Any>? = null, val targetArn: Output<String>? = null) : ConvertibleToJava<DeploymentArgs>
Resource for Greengrass V2 deployment.
Constructors
Link copied to clipboard
fun DeploymentArgs(components: Output<Any>? = null, deploymentName: Output<String>? = null, deploymentPolicies: Output<DeploymentPoliciesArgs>? = null, iotJobConfiguration: Output<DeploymentIoTJobConfigurationArgs>? = null, parentTargetArn: Output<String>? = null, tags: Output<Any>? = null, targetArn: Output<String>? = null)