Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

DBClusterSnapshotIdentifier: string
AttributeName: string
optional
ValuesToAdd: string[] | null
optional
ValuesToRemove: string[] | null