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

package info (click to toggle)
awscli 2.9.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128,688 kB
  • sloc: python: 169,787; xml: 15,083; sh: 178; makefile: 157; javascript: 4
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>