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
§
ActivityStreamMode?: ActivityStreamMode | null
[src]§
ActivityStreamStatus?: ActivityStreamStatus | null
[src]§
AssociatedRoles: DBClusterRole[]
[src]§
DBClusterMembers: DBClusterMember[]
[src]§
DBClusterOptionGroupMemberships: DBClusterOptionGroupStatus[]
[src]§
DomainMemberships: DomainMembership[]
[src]§
GlobalWriteForwardingStatus?: WriteForwardingStatus | null
[src]§
PendingModifiedValues?: ClusterPendingModifiedValues | null
[src]§
ScalingConfigurationInfo?: ScalingConfigurationInfo | null
[src]§
VpcSecurityGroups: VpcSecurityGroupMembership[]
[src]