OpsWorks / Client / describe_stack_provisioning_parameters
describe_stack_provisioning_parameters#
- OpsWorks.Client.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' ) - Parameters:
- StackId (string) – - [REQUIRED] - The stack ID. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'AgentInstallerUrl': 'string', 'Parameters': { 'string': 'string' } } - Response Structure- (dict) – - Contains the response to a - DescribeStackProvisioningParametersrequest.- AgentInstallerUrl (string) – - The OpsWorks Stacks agent installer’s URL. 
- Parameters (dict) – - An embedded object that contains the provisioning parameters. - (string) – - (string) – 
 
 
 
 
 - Exceptions- OpsWorks.Client.exceptions.ValidationException
- OpsWorks.Client.exceptions.ResourceNotFoundException