Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

describe_stack_provisioning_parameters

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 DescribeStackProvisioningParameters request.

    • AgentInstallerUrl (string) --

      The AWS 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