File: redshift-create-cluster-snapshot.xml

package info (click to toggle)
python-botocore 1.12.103%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 41,552 kB
  • sloc: python: 43,119; xml: 15,052; makefile: 131
file content (22 lines) | stat: -rw-r--r-- 938 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<CreateClusterSnapshotResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
  <CreateClusterSnapshotResult>
    <Snapshot>
      <Port>5439</Port>
      <SnapshotIdentifier>my-snapshot-123</SnapshotIdentifier>
      <Status>creating</Status>
      <SnapshotType>manual</SnapshotType>
      <ClusterVersion>1.0</ClusterVersion>
      <SnapshotCreateTime>2013-01-23T01:08:29.142Z</SnapshotCreateTime>
      <NumberOfNodes>2</NumberOfNodes>
      <DBName>dev</DBName>
      <ClusterCreateTime>2013-01-22T19:23:59.368Z</ClusterCreateTime>
      <AvailabilityZone>us-east-1c</AvailabilityZone>
      <NodeType>dw.hs1.xlarge</NodeType>
      <ClusterIdentifier>examplecluster</ClusterIdentifier>
      <MasterUsername>adminuser</MasterUsername>
    </Snapshot>
  </CreateClusterSnapshotResult>
  <ResponseMetadata>
    <RequestId>65baef14-64f9-11e2-bea9-49e0ce183f07</RequestId>
  </ResponseMetadata>
</CreateClusterSnapshotResponse>