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