describe_stack_provisioning_parameters
(**kwargs)¶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.
See also: AWS API Documentation
Request Syntax
response = client.describe_stack_provisioning_parameters(
StackId='string'
)
[REQUIRED]
The stack ID.
{
'AgentInstallerUrl': 'string',
'Parameters': {
'string': 'string'
}
}
Response Structure
Contains the response to a DescribeStackProvisioningParameters
request.
The AWS OpsWorks Stacks agent installer's URL.
An embedded object that contains the provisioning parameters.
Exceptions
OpsWorks.Client.exceptions.ValidationException
OpsWorks.Client.exceptions.ResourceNotFoundException