Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateClusterRequest

import type { UpdateClusterRequest } from "https://aws-api.deno.dev/v0.3/services/dax.ts?docs=full";
interface UpdateClusterRequest {
ClusterName: string;
Description?: string | null;
NotificationTopicArn?: string | null;
NotificationTopicStatus?: string | null;
ParameterGroupName?: string | null;
PreferredMaintenanceWindow?: string | null;
SecurityGroupIds?: string[] | null;
}

§Properties

§
ClusterName: string
[src]

The name of the DAX cluster to be modified.

§
Description?: string | null
[src]

A description of the changes being made to the cluster.

§
NotificationTopicArn?: string | null
[src]

The Amazon Resource Name (ARN) that identifies the topic.

§
NotificationTopicStatus?: string | null
[src]

The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.

§
ParameterGroupName?: string | null
[src]

The name of a parameter group for this cluster.

§
PreferredMaintenanceWindow?: string | null
[src]

A range of time when maintenance of DAX cluster software will be performed. For example: sun:01:00-sun:09:00. Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

§
SecurityGroupIds?: string[] | null
[src]

A list of user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.