Cluster Snapshot Copy Args
    data class ClusterSnapshotCopyArgs(val destinationRegion: Output<String>, val grantName: Output<String>? = null, val retentionPeriod: Output<Int>? = null) : ConvertibleToJava<ClusterSnapshotCopyArgs> 
Constructors
Link copied to clipboard
                fun ClusterSnapshotCopyArgs(destinationRegion: Output<String>, grantName: Output<String>? = null, retentionPeriod: Output<Int>? = null)