CreateDBInstanceReadReplicaMessage
import type { CreateDBInstanceReadReplicaMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";interface CreateDBInstanceReadReplicaMessage {
AutoMinorVersionUpgrade?: boolean | null;
AvailabilityZone?: string | null;
CopyTagsToSnapshot?: boolean | null;
DBInstanceClass?: string | null;
DBInstanceIdentifier: string;
DBParameterGroupName?: string | null;
DBSubnetGroupName?: string | null;
DeletionProtection?: boolean | null;
Domain?: string | null;
DomainIAMRoleName?: string | null;
EnableCloudwatchLogsExports?: string[] | null;
EnableIAMDatabaseAuthentication?: boolean | null;
EnablePerformanceInsights?: boolean | null;
Iops?: number | null;
KmsKeyId?: string | null;
MaxAllocatedStorage?: number | null;
MonitoringInterval?: number | null;
MonitoringRoleArn?: string | null;
MultiAZ?: boolean | null;
OptionGroupName?: string | null;
PerformanceInsightsKMSKeyId?: string | null;
PerformanceInsightsRetentionPeriod?: number | null;
Port?: number | null;
PreSignedUrl?: string | null;
ProcessorFeatures?: ProcessorFeature[] | null;
PubliclyAccessible?: boolean | null;
ReplicaMode?: ReplicaMode | null;
SourceDBInstanceIdentifier: string;
SourceRegion?: string | null;
StorageType?: string | null;
Tags?: Tag[] | null;
UseDefaultProcessorFeatures?: boolean | null;
VpcSecurityGroupIds?: string[] | null;
}§Properties
§
ProcessorFeatures?: ProcessorFeature[] | null
[src]§
ReplicaMode?: ReplicaMode | null
[src]