AWS SDK for .NET Documentation
Deployment Class
AmazonAmazon.OpsWorks.ModelDeployment Did this page help you?   Yes   No    Tell us about it...
Describes a deployment of a stack or app.
Declaration Syntax
C#
public class Deployment
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Deployment()()()()
Initializes a new instance of the Deployment class

AppId
Gets and sets the property AppId.

The app ID.


Command
Gets and sets the property Command.

Comment
Gets and sets the property Comment.

A user-defined comment.


CompletedAt
Gets and sets the property CompletedAt.

Date when the deployment completed.


CreatedAt
Gets and sets the property CreatedAt.

Date when the deployment was created.


CustomJson
Gets and sets the property CustomJson.

A string that contains user-defined custom JSON. It is used to override the corresponding default stack configuration JSON values for stack. The string should be in the following format and must escape characters such as '"'.:

CopyC#
"{\"key1\": \"value1\", \"key2\": \"value2\",...}"

For more information on custom JSON, see Use Custom JSON to Modify the Stack Configuration JSON.


DeploymentId
Gets and sets the property DeploymentId.

The deployment ID.


Duration
Gets and sets the property Duration.

The deployment duration.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IamUserArn
Gets and sets the property IamUserArn.

The user's IAM ARN.


InstanceIds
Gets and sets the property InstanceIds.

The IDs of the target instances.


StackId
Gets and sets the property StackId.

The stack ID.


Status
Gets and sets the property Status.

The deployment status:

  • running
  • successful
  • failed

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAppId(String) Obsolete.
Sets the AppId property

WithCommand(DeploymentCommand) Obsolete.
Sets the Command property

WithComment(String) Obsolete.
Sets the Comment property

WithCompletedAt(String) Obsolete.
Sets the CompletedAt property

WithCreatedAt(String) Obsolete.
Sets the CreatedAt property

WithCustomJson(String) Obsolete.
Sets the CustomJson property

WithDeploymentId(String) Obsolete.
Sets the DeploymentId property

WithDuration(Int32) Obsolete.
Sets the Duration property

WithIamUserArn(String) Obsolete.
Sets the IamUserArn property

WithInstanceIds(array<String>[]()[][]) Obsolete.
Sets the InstanceIds property

WithInstanceIds(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the InstanceIds property

WithStackId(String) Obsolete.
Sets the StackId property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
Deployment

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)