Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/docdb@2014-10-31/mod.ts>RestoreDBClusterFromSnapshotMessage

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface RestoreDBClusterFromSnapshotMessage
import { type RestoreDBClusterFromSnapshotMessage } from "https://deno.land/x/aws_api@v0.1.0/services/docdb@2014-10-31/mod.ts";

Properties

optional
AvailabilityZones: string[] | null
DBClusterIdentifier: string
SnapshotIdentifier: string
Engine: string
optional
EngineVersion: string | null
optional
Port: number | null
optional
DBSubnetGroupName: string | null
optional
VpcSecurityGroupIds: string[] | null
optional
Tags: Tag[] | null
optional
KmsKeyId: string | null
optional
EnableCloudwatchLogsExports: string[] | null
optional
DeletionProtection: boolean | null