AWS Native is in preview. AWS Classic is fully supported.
aws-native.greengrassv2.Deployment
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Resource for Greengrass V2 deployment.
Create Deployment Resource
new Deployment(name: string, args: DeploymentArgs, opts?: CustomResourceOptions);
@overload
def Deployment(resource_name: str,
opts: Optional[ResourceOptions] = None,
components: Optional[Any] = None,
deployment_name: Optional[str] = None,
deployment_policies: Optional[DeploymentPoliciesArgs] = None,
iot_job_configuration: Optional[DeploymentIoTJobConfigurationArgs] = None,
parent_target_arn: Optional[str] = None,
tags: Optional[Any] = None,
target_arn: Optional[str] = None)
@overload
def Deployment(resource_name: str,
args: DeploymentArgs,
opts: Optional[ResourceOptions] = None)
func NewDeployment(ctx *Context, name string, args DeploymentArgs, opts ...ResourceOption) (*Deployment, error)
public Deployment(string name, DeploymentArgs args, CustomResourceOptions? opts = null)
public Deployment(String name, DeploymentArgs args)
public Deployment(String name, DeploymentArgs args, CustomResourceOptions options)
type: aws-native:greengrassv2:Deployment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DeploymentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Deployment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Deployment resource accepts the following input properties:
- Target
Arn string - Components interface{}
- Deployment
Name string - Deployment
Policies DeploymentPolicies Args - Iot
Job DeploymentConfiguration Io TJob Configuration Args - Parent
Target stringArn - interface{}
- target
Arn String - components Object
- deployment
Name String - deployment
Policies DeploymentPolicies - iot
Job DeploymentConfiguration Io TJob Configuration - parent
Target StringArn - Object
- target
Arn String - components Any
- deployment
Name String - deployment
Policies Property Map - iot
Job Property MapConfiguration - parent
Target StringArn - Any
Outputs
All input properties are implicitly available as output properties. Additionally, the Deployment resource produces the following output properties:
- Deployment
Id string - Id string
The provider-assigned unique ID for this managed resource.
- Deployment
Id string - Id string
The provider-assigned unique ID for this managed resource.
- deployment
Id String - id String
The provider-assigned unique ID for this managed resource.
- deployment
Id string - id string
The provider-assigned unique ID for this managed resource.
- deployment_
id str - id str
The provider-assigned unique ID for this managed resource.
- deployment
Id String - id String
The provider-assigned unique ID for this managed resource.
Supporting Types
DeploymentComponentUpdatePolicy, DeploymentComponentUpdatePolicyArgs
DeploymentComponentUpdatePolicyAction, DeploymentComponentUpdatePolicyActionArgs
- Notify
Components - NOTIFY_COMPONENTS
- Skip
Notify Components - SKIP_NOTIFY_COMPONENTS
- Deployment
Component Update Policy Action Notify Components - NOTIFY_COMPONENTS
- Deployment
Component Update Policy Action Skip Notify Components - SKIP_NOTIFY_COMPONENTS
- Notify
Components - NOTIFY_COMPONENTS
- Skip
Notify Components - SKIP_NOTIFY_COMPONENTS
- Notify
Components - NOTIFY_COMPONENTS
- Skip
Notify Components - SKIP_NOTIFY_COMPONENTS
- NOTIFY_COMPONENTS
- NOTIFY_COMPONENTS
- SKIP_NOTIFY_COMPONENTS
- SKIP_NOTIFY_COMPONENTS
- "NOTIFY_COMPONENTS"
- NOTIFY_COMPONENTS
- "SKIP_NOTIFY_COMPONENTS"
- SKIP_NOTIFY_COMPONENTS
DeploymentConfigurationValidationPolicy, DeploymentConfigurationValidationPolicyArgs
- Timeout
In intSeconds
- Timeout
In intSeconds
- timeout
In IntegerSeconds
- timeout
In numberSeconds
- timeout
In NumberSeconds
DeploymentIoTJobAbortConfig, DeploymentIoTJobAbortConfigArgs
DeploymentIoTJobAbortCriteria, DeploymentIoTJobAbortCriteriaArgs
DeploymentIoTJobAbortCriteriaAction, DeploymentIoTJobAbortCriteriaActionArgs
- Cancel
- CANCEL
- Deployment
Io TJob Abort Criteria Action Cancel - CANCEL
- Cancel
- CANCEL
- Cancel
- CANCEL
- CANCEL
- CANCEL
- "CANCEL"
- CANCEL
DeploymentIoTJobAbortCriteriaFailureType, DeploymentIoTJobAbortCriteriaFailureTypeArgs
- Failed
- FAILED
- Rejected
- REJECTED
- Timed
Out - TIMED_OUT
- All
- ALL
- Deployment
Io TJob Abort Criteria Failure Type Failed - FAILED
- Deployment
Io TJob Abort Criteria Failure Type Rejected - REJECTED
- Deployment
Io TJob Abort Criteria Failure Type Timed Out - TIMED_OUT
- Deployment
Io TJob Abort Criteria Failure Type All - ALL
- Failed
- FAILED
- Rejected
- REJECTED
- Timed
Out - TIMED_OUT
- All
- ALL
- Failed
- FAILED
- Rejected
- REJECTED
- Timed
Out - TIMED_OUT
- All
- ALL
- FAILED
- FAILED
- REJECTED
- REJECTED
- TIMED_OUT
- TIMED_OUT
- ALL
- ALL
- "FAILED"
- FAILED
- "REJECTED"
- REJECTED
- "TIMED_OUT"
- TIMED_OUT
- "ALL"
- ALL
DeploymentIoTJobConfiguration, DeploymentIoTJobConfigurationArgs
DeploymentIoTJobExecutionsRolloutConfig, DeploymentIoTJobExecutionsRolloutConfigArgs
DeploymentIoTJobExponentialRolloutRate, DeploymentIoTJobExponentialRolloutRateArgs
DeploymentIoTJobTimeoutConfig, DeploymentIoTJobTimeoutConfigArgs
- in
Progress IntegerTimeout In Minutes
- in
Progress numberTimeout In Minutes
- in
Progress NumberTimeout In Minutes
DeploymentPolicies, DeploymentPoliciesArgs
DeploymentPoliciesFailureHandlingPolicy, DeploymentPoliciesFailureHandlingPolicyArgs
- Rollback
- ROLLBACK
- Do
Nothing - DO_NOTHING
- Deployment
Policies Failure Handling Policy Rollback - ROLLBACK
- Deployment
Policies Failure Handling Policy Do Nothing - DO_NOTHING
- Rollback
- ROLLBACK
- Do
Nothing - DO_NOTHING
- Rollback
- ROLLBACK
- Do
Nothing - DO_NOTHING
- ROLLBACK
- ROLLBACK
- DO_NOTHING
- DO_NOTHING
- "ROLLBACK"
- ROLLBACK
- "DO_NOTHING"
- DO_NOTHING
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.