AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateDeployment operation. Creates a deployment. ''CreateDeployment'' requests are idempotent with respect to the ''X-Amzn-Client-Token'' token and the request parameters.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Greengrass.AmazonGreengrassRequest
      Amazon.Greengrass.Model.CreateDeploymentRequest

Namespace: Amazon.Greengrass.Model
Assembly: AWSSDK.Greengrass.dll
Version: 3.x.y.z

Syntax

C#
public class CreateDeploymentRequest : AmazonGreengrassRequest
         IAmazonWebServiceRequest

The CreateDeploymentRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDeploymentRequest()

Properties

NameTypeDescription
Public Property AmznClientToken System.String

Gets and sets the property AmznClientToken. A client token used to correlate requests and responses.

Public Property DeploymentId System.String

Gets and sets the property DeploymentId. The ID of the deployment if you wish to redeploy a previous deployment.

Public Property DeploymentType Amazon.Greengrass.DeploymentType

Gets and sets the property DeploymentType. The type of deployment. When used for ''CreateDeployment'', only ''NewDeployment'' and ''Redeployment'' are valid.

Public Property GroupId System.String

Gets and sets the property GroupId. The ID of the Greengrass group.

Public Property GroupVersionId System.String

Gets and sets the property GroupVersionId. The ID of the group version to be deployed.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5