/AWS1/CL_NEP=>CREATEDBCLUSTERSNAPSHOT()
¶
About CreateDBClusterSnapshot¶
Creates a snapshot of a DB cluster.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_DBCLUSTERSNAPSHOTID
TYPE /AWS1/NEPSTRING
/AWS1/NEPSTRING
¶
The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
First character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Example:
my-cluster1-snapshot1
IV_DBCLUSTERIDENTIFIER
TYPE /AWS1/NEPSTRING
/AWS1/NEPSTRING
¶
The identifier of the DB cluster to create a snapshot for. This parameter is not case-sensitive.
Constraints:
Must match the identifier of an existing DBCluster.
Example:
my-cluster1
Optional arguments:¶
IT_TAGS
TYPE /AWS1/CL_NEPTAG=>TT_TAGLIST
TT_TAGLIST
¶
The tags to be assigned to the DB cluster snapshot.