proton_get_deployment: Get detailed data for a deployment

View source: R/proton_operations.R

proton_get_deploymentR Documentation

Get detailed data for a deployment

Description

Get detailed data for a deployment.

See https://www.paws-r-sdk.com/docs/proton_get_deployment/ for full documentation.

Usage

proton_get_deployment(
  componentName = NULL,
  environmentName = NULL,
  id,
  serviceInstanceName = NULL,
  serviceName = NULL
)

Arguments

componentName

The name of a component that you want to get the detailed data for.

environmentName

The name of a environment that you want to get the detailed data for.

id

[required] The ID of the deployment that you want to get the detailed data for.

serviceInstanceName

The name of the service instance associated with the given deployment ID. serviceName must be specified to identify the service instance.

serviceName

The name of the service associated with the given deployment ID.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.