parameters
Retrieves a list of parameters
in a region
Overview
Name | parameters |
Type | Resource |
Description | parameters |
Id | awscc.ssm.parameters |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the parameter.<br/> The maximum length constraint listed below includes capacity for additional system attributes that aren't part of the name. The maximum length for a parameter name, including the full length of the parameter ARN, is 1011 characters. For example, the length of the following parameter name is 65 characters, not 20 characters: ``arn:aws:ssm:us-east-2:111222333444:parameter/ExampleParameterName`` |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.ssm.parameters
WHERE region = 'us-east-1'
Permissions
To operate on the parameters
resource, the following permissions are required:
Create
ssm:PutParameter,
ssm:AddTagsToResource,
ssm:GetParameters
List
ssm:DescribeParameters