ArtifactDeploymentStatusProperties Class

Properties of an artifact deployment.

Constructor

ArtifactDeploymentStatusProperties(*, deployment_status: str | None = None, artifacts_applied: int | None = None, total_artifacts: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
deployment_status
str

The deployment status of the artifact.

Default value: None
artifacts_applied
int

The total count of the artifacts that were successfully applied.

Default value: None
total_artifacts
int

The total count of the artifacts that were tentatively applied.

Default value: None

Variables

Name Description
deployment_status
str

The deployment status of the artifact.

artifacts_applied
int

The total count of the artifacts that were successfully applied.

total_artifacts
int

The total count of the artifacts that were tentatively applied.