File: redshift-delete-cluster.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 (41 lines) | stat: -rw-r--r-- 1,719 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<DeleteClusterResponse xmlns="http://redshift.amazonaws.com/doc/2012-12-01/">
  <DeleteClusterResult>
    <Cluster>
      <PendingModifiedValues/>
      <ClusterVersion>1.0</ClusterVersion>
      <VpcSecurityGroups/>
      <Endpoint>
        <Port>5439</Port>
        <Address>examplecluster2.cobbanlpscsn.us-east-1.redshift.amazonaws.com</Address>
      </Endpoint>
      <ClusterStatus>deleting</ClusterStatus>
      <NumberOfNodes>2</NumberOfNodes>
      <AutomatedSnapshotRetentionPeriod>1</AutomatedSnapshotRetentionPeriod>
      <PubliclyAccessible>true</PubliclyAccessible>
      <Encrypted>true</Encrypted>
      <DBName>dev</DBName>
      <PreferredMaintenanceWindow>sun:10:30-sun:11:00</PreferredMaintenanceWindow>
      <ClusterParameterGroups>
        <ClusterParameterGroup>
          <ParameterApplyStatus>in-sync</ParameterApplyStatus>
          <ParameterGroupName>default.redshift-1.0</ParameterGroupName>
        </ClusterParameterGroup>
      </ClusterParameterGroups>
      <ClusterCreateTime>2013-01-23T00:11:32.804Z</ClusterCreateTime>
      <ClusterSecurityGroups>
        <ClusterSecurityGroup>
          <Status>active</Status>
          <ClusterSecurityGroupName>default</ClusterSecurityGroupName>
        </ClusterSecurityGroup>
      </ClusterSecurityGroups>
      <AvailabilityZone>us-east-1a</AvailabilityZone>
      <NodeType>dw.hs1.xlarge</NodeType>
      <ClusterIdentifier>examplecluster2</ClusterIdentifier>
      <AllowVersionUpgrade>true</AllowVersionUpgrade>
      <MasterUsername>masteruser</MasterUsername>
    </Cluster>
  </DeleteClusterResult>
  <ResponseMetadata>
    <RequestId>f2e6b87e-6503-11e2-b343-393adc3f0a21</RequestId>
  </ResponseMetadata>
</DeleteClusterResponse>