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.
opsworks_describe_stack_provisioning_parameters(StackId)
A list with the following syntax:
list(
AgentInstallerUrl = "string",
Parameters = list(
"string"
)
)
[required] The stack ID.
svc$describe_stack_provisioning_parameters(
StackId = "string"
)