aws::neptune-cluster-snapshot¶
Query Neptune cluster snapshot.
Example¶
neptune-cluster-snapshot: $(external-query aws::neptune-cluster-snapshot { db-cluster-snapshot-identifier: 'neptune-cluster-snapshot-example', db-cluster-identifier: 'neptune-cluster-example', snapshot-type: 'manual' })
Attributes¶
Attribute | Description |
---|---|
db-cluster-snapshot-identifier | The unique name of the Neptune cluster snapshot. |
db-cluster-identifier | The Neptune cluster identifier of the Neptune cluster that this Neptune cluster snapshot was created from. |
snapshot-type | The type of the Neptune cluster snapshot. Valid values are automated , manual , shared , and public . |