aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.greengrassv2.Deployment

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:

Outputs

All input properties are implicitly available as output properties. Additionally, the Deployment resource produces the following output properties:

DeploymentId string
Id string

The provider-assigned unique ID for this managed resource.

DeploymentId string
Id string

The provider-assigned unique ID for this managed resource.

deploymentId String
id String

The provider-assigned unique ID for this managed resource.

deploymentId 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.

deploymentId String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

DeploymentComponentUpdatePolicy

DeploymentComponentUpdatePolicyAction

NotifyComponents
NOTIFY_COMPONENTS
SkipNotifyComponents
SKIP_NOTIFY_COMPONENTS
DeploymentComponentUpdatePolicyActionNotifyComponents
NOTIFY_COMPONENTS
DeploymentComponentUpdatePolicyActionSkipNotifyComponents
SKIP_NOTIFY_COMPONENTS
NotifyComponents
NOTIFY_COMPONENTS
SkipNotifyComponents
SKIP_NOTIFY_COMPONENTS
NotifyComponents
NOTIFY_COMPONENTS
SkipNotifyComponents
SKIP_NOTIFY_COMPONENTS
NOTIFY_COMPONENTS
NOTIFY_COMPONENTS
SKIP_NOTIFY_COMPONENTS
SKIP_NOTIFY_COMPONENTS
"NOTIFY_COMPONENTS"
NOTIFY_COMPONENTS
"SKIP_NOTIFY_COMPONENTS"
SKIP_NOTIFY_COMPONENTS

DeploymentConfigurationValidationPolicy

DeploymentIoTJobAbortConfig

DeploymentIoTJobAbortCriteria

DeploymentIoTJobAbortCriteriaAction

Cancel
CANCEL
DeploymentIoTJobAbortCriteriaActionCancel
CANCEL
Cancel
CANCEL
Cancel
CANCEL
CANCEL
CANCEL
"CANCEL"
CANCEL

DeploymentIoTJobAbortCriteriaFailureType

Failed
FAILED
Rejected
REJECTED
TimedOut
TIMED_OUT
All
ALL
DeploymentIoTJobAbortCriteriaFailureTypeFailed
FAILED
DeploymentIoTJobAbortCriteriaFailureTypeRejected
REJECTED
DeploymentIoTJobAbortCriteriaFailureTypeTimedOut
TIMED_OUT
DeploymentIoTJobAbortCriteriaFailureTypeAll
ALL
Failed
FAILED
Rejected
REJECTED
TimedOut
TIMED_OUT
All
ALL
Failed
FAILED
Rejected
REJECTED
TimedOut
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

DeploymentIoTJobExecutionsRolloutConfig

DeploymentIoTJobExponentialRolloutRate

DeploymentIoTJobTimeoutConfig

DeploymentPolicies

DeploymentPoliciesFailureHandlingPolicy

Rollback
ROLLBACK
DoNothing
DO_NOTHING
DeploymentPoliciesFailureHandlingPolicyRollback
ROLLBACK
DeploymentPoliciesFailureHandlingPolicyDoNothing
DO_NOTHING
Rollback
ROLLBACK
DoNothing
DO_NOTHING
Rollback
ROLLBACK
DoNothing
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