1. Packages
  2. AWS Native
  3. API Docs
  4. greengrassv2
  5. Deployment

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.greengrassv2.Deployment

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    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[Mapping[str, DeploymentComponentDeploymentSpecificationArgs]] = 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[Mapping[str, str]] = 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:

    TargetArn string
    Components Dictionary<string, Pulumi.AwsNative.GreengrassV2.Inputs.DeploymentComponentDeploymentSpecificationArgs>
    DeploymentName string
    DeploymentPolicies Pulumi.AwsNative.GreengrassV2.Inputs.DeploymentPolicies
    IotJobConfiguration Pulumi.AwsNative.GreengrassV2.Inputs.DeploymentIoTJobConfiguration
    ParentTargetArn string
    Tags Dictionary<string, string>
    TargetArn string
    Components map[string]DeploymentComponentDeploymentSpecificationArgs
    DeploymentName string
    DeploymentPolicies DeploymentPoliciesArgs
    IotJobConfiguration DeploymentIoTJobConfigurationArgs
    ParentTargetArn string
    Tags map[string]string
    targetArn String
    components Map<String,DeploymentComponentDeploymentSpecificationArgs>
    deploymentName String
    deploymentPolicies DeploymentPolicies
    iotJobConfiguration DeploymentIoTJobConfiguration
    parentTargetArn String
    tags Map<String,String>
    targetArn string
    components {[key: string]: DeploymentComponentDeploymentSpecificationArgs}
    deploymentName string
    deploymentPolicies DeploymentPolicies
    iotJobConfiguration DeploymentIoTJobConfiguration
    parentTargetArn string
    tags {[key: string]: string}

    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

    DeploymentComponentConfigurationUpdate, DeploymentComponentConfigurationUpdateArgs

    Merge string
    Reset List<string>
    Merge string
    Reset []string
    merge String
    reset List<String>
    merge string
    reset string[]
    merge str
    reset Sequence[str]
    merge String
    reset List<String>

    DeploymentComponentDeploymentSpecification, DeploymentComponentDeploymentSpecificationArgs

    DeploymentComponentRunWith, DeploymentComponentRunWithArgs

    DeploymentComponentUpdatePolicy, DeploymentComponentUpdatePolicyArgs

    DeploymentComponentUpdatePolicyAction, DeploymentComponentUpdatePolicyActionArgs

    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, DeploymentConfigurationValidationPolicyArgs

    DeploymentIoTJobAbortConfig, DeploymentIoTJobAbortConfigArgs

    DeploymentIoTJobAbortCriteria, DeploymentIoTJobAbortCriteriaArgs

    DeploymentIoTJobAbortCriteriaAction, DeploymentIoTJobAbortCriteriaActionArgs

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

    DeploymentIoTJobAbortCriteriaFailureType, DeploymentIoTJobAbortCriteriaFailureTypeArgs

    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, DeploymentIoTJobConfigurationArgs

    DeploymentIoTJobExecutionsRolloutConfig, DeploymentIoTJobExecutionsRolloutConfigArgs

    DeploymentIoTJobExponentialRolloutRate, DeploymentIoTJobExponentialRolloutRateArgs

    DeploymentIoTJobTimeoutConfig, DeploymentIoTJobTimeoutConfigArgs

    DeploymentPolicies, DeploymentPoliciesArgs

    DeploymentPoliciesFailureHandlingPolicy, DeploymentPoliciesFailureHandlingPolicyArgs

    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

    DeploymentSystemResourceLimits, DeploymentSystemResourceLimitsArgs

    Cpus double
    Memory int
    Cpus float64
    Memory int
    cpus Double
    memory Integer
    cpus number
    memory number
    cpus float
    memory int
    cpus Number
    memory Number

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi