File: redshift-create-cluster-parameter-group.xml

package info (click to toggle)
python-botocore 1.20.0%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 60,608 kB
  • sloc: python: 50,632; xml: 15,052; makefile: 131
file content (12 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
<CreateClusterParameterGroupResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
  <CreateClusterParameterGroupResult>
    <ClusterParameterGroup>
      <ParameterGroupFamily>redshift-1.0</ParameterGroupFamily>
      <Description>description my parameter group</Description>
      <ParameterGroupName>parametergroup1</ParameterGroupName>
    </ClusterParameterGroup>
  </CreateClusterParameterGroupResult>
  <ResponseMetadata>
    <RequestId>6d6df847-64f3-11e2-bea9-49e0ce183f07</RequestId>
  </ResponseMetadata>
</CreateClusterParameterGroupResponse>