Skip to content

Describe Stack Provisioning Parameters

opsworks_describe_stack_provisioning_parameters R Documentation

Requests a description of a stack's provisioning parameters

Description

Requests a description of a stack's provisioning parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.

Usage

opsworks_describe_stack_provisioning_parameters(StackId)

Arguments

StackId

[required] The stack ID.

Value

A list with the following syntax:

list(
  AgentInstallerUrl = "string",
  Parameters = list(
    "string"
  )
)

Request syntax

svc$describe_stack_provisioning_parameters(
  StackId = "string"
)