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

DBCluster

import type { DBCluster } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface DBCluster {
ActivityStreamKinesisStreamName?: string | null;
ActivityStreamKmsKeyId?: string | null;
ActivityStreamMode?: ActivityStreamMode | null;
ActivityStreamStatus?: ActivityStreamStatus | null;
AllocatedStorage?: number | null;
AssociatedRoles: DBClusterRole[];
AutomaticRestartTime?: Date | number | null;
AvailabilityZones: string[];
BacktrackConsumedChangeRecords?: number | null;
BacktrackWindow?: number | null;
BackupRetentionPeriod?: number | null;
Capacity?: number | null;
CharacterSetName?: string | null;
CloneGroupId?: string | null;
ClusterCreateTime?: Date | number | null;
CopyTagsToSnapshot?: boolean | null;
CrossAccountClone?: boolean | null;
CustomEndpoints: string[];
DatabaseName?: string | null;
DBClusterArn?: string | null;
DBClusterIdentifier?: string | null;
DBClusterMembers: DBClusterMember[];
DBClusterOptionGroupMemberships: DBClusterOptionGroupStatus[];
DBClusterParameterGroup?: string | null;
DbClusterResourceId?: string | null;
DBSubnetGroup?: string | null;
DeletionProtection?: boolean | null;
DomainMemberships: DomainMembership[];
EarliestBacktrackTime?: Date | number | null;
EarliestRestorableTime?: Date | number | null;
EnabledCloudwatchLogsExports: string[];
Endpoint?: string | null;
Engine?: string | null;
EngineMode?: string | null;
EngineVersion?: string | null;
GlobalWriteForwardingRequested?: boolean | null;
GlobalWriteForwardingStatus?: WriteForwardingStatus | null;
HostedZoneId?: string | null;
HttpEndpointEnabled?: boolean | null;
IAMDatabaseAuthenticationEnabled?: boolean | null;
KmsKeyId?: string | null;
LatestRestorableTime?: Date | number | null;
MasterUsername?: string | null;
MultiAZ?: boolean | null;
PendingModifiedValues?: ClusterPendingModifiedValues | null;
PercentProgress?: string | null;
Port?: number | null;
PreferredBackupWindow?: string | null;
PreferredMaintenanceWindow?: string | null;
ReaderEndpoint?: string | null;
ReadReplicaIdentifiers: string[];
ReplicationSourceIdentifier?: string | null;
ScalingConfigurationInfo?: ScalingConfigurationInfo | null;
Status?: string | null;
StorageEncrypted?: boolean | null;
TagList: Tag[];
VpcSecurityGroups: VpcSecurityGroupMembership[];
}

§Properties

§
ActivityStreamKinesisStreamName?: string | null
[src]
§
ActivityStreamKmsKeyId?: string | null
[src]
§
ActivityStreamMode?: ActivityStreamMode | null
[src]
§
ActivityStreamStatus?: ActivityStreamStatus | null
[src]
§
AllocatedStorage?: number | null
[src]
§
AssociatedRoles: DBClusterRole[]
[src]
§
AutomaticRestartTime?: Date | number | null
[src]
§
AvailabilityZones: string[]
[src]
§
BacktrackConsumedChangeRecords?: number | null
[src]
§
BacktrackWindow?: number | null
[src]
§
BackupRetentionPeriod?: number | null
[src]
§
Capacity?: number | null
[src]
§
CharacterSetName?: string | null
[src]
§
CloneGroupId?: string | null
[src]
§
ClusterCreateTime?: Date | number | null
[src]
§
CopyTagsToSnapshot?: boolean | null
[src]
§
CrossAccountClone?: boolean | null
[src]
§
CustomEndpoints: string[]
[src]
§
DatabaseName?: string | null
[src]
§
DBClusterArn?: string | null
[src]
§
DBClusterIdentifier?: string | null
[src]
§
DBClusterMembers: DBClusterMember[]
[src]
§
DBClusterOptionGroupMemberships: DBClusterOptionGroupStatus[]
[src]
§
DBClusterParameterGroup?: string | null
[src]
§
DbClusterResourceId?: string | null
[src]
§
DBSubnetGroup?: string | null
[src]
§
DeletionProtection?: boolean | null
[src]
§
DomainMemberships: DomainMembership[]
[src]
§
EarliestBacktrackTime?: Date | number | null
[src]
§
EarliestRestorableTime?: Date | number | null
[src]
§
EnabledCloudwatchLogsExports: string[]
[src]
§
Endpoint?: string | null
[src]
§
Engine?: string | null
[src]
§
EngineMode?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
GlobalWriteForwardingRequested?: boolean | null
[src]
§
GlobalWriteForwardingStatus?: WriteForwardingStatus | null
[src]
§
HostedZoneId?: string | null
[src]
§
HttpEndpointEnabled?: boolean | null
[src]
§
IAMDatabaseAuthenticationEnabled?: boolean | null
[src]
§
KmsKeyId?: string | null
[src]
§
LatestRestorableTime?: Date | number | null
[src]
§
MasterUsername?: string | null
[src]
§
MultiAZ?: boolean | null
[src]
§
PendingModifiedValues?: ClusterPendingModifiedValues | null
[src]
§
PercentProgress?: string | null
[src]
§
Port?: number | null
[src]
§
PreferredBackupWindow?: string | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
ReaderEndpoint?: string | null
[src]
§
ReadReplicaIdentifiers: string[]
[src]
§
ReplicationSourceIdentifier?: string | null
[src]
§
ScalingConfigurationInfo?: ScalingConfigurationInfo | null
[src]
§
Status?: string | null
[src]
§
StorageEncrypted?: boolean | null
[src]
§
TagList: Tag[]
[src]