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

ReplicationInstance

import type { ReplicationInstance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";
interface ReplicationInstance {
AllocatedStorage?: number | null;
AutoMinorVersionUpgrade?: boolean | null;
AvailabilityZone?: string | null;
DnsNameServers?: string | null;
EngineVersion?: string | null;
FreeUntil?: Date | number | null;
InstanceCreateTime?: Date | number | null;
KmsKeyId?: string | null;
MultiAZ?: boolean | null;
PendingModifiedValues?: ReplicationPendingModifiedValues | null;
PreferredMaintenanceWindow?: string | null;
PubliclyAccessible?: boolean | null;
ReplicationInstanceArn?: string | null;
ReplicationInstanceClass?: string | null;
ReplicationInstanceIdentifier?: string | null;
ReplicationInstancePrivateIpAddress?: string | null;
ReplicationInstancePrivateIpAddresses?: string[] | null;
ReplicationInstancePublicIpAddress?: string | null;
ReplicationInstancePublicIpAddresses?: string[] | null;
ReplicationInstanceStatus?: string | null;
ReplicationSubnetGroup?: ReplicationSubnetGroup | null;
SecondaryAvailabilityZone?: string | null;
VpcSecurityGroups?: VpcSecurityGroupMembership[] | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]
§
AutoMinorVersionUpgrade?: boolean | null
[src]
§
AvailabilityZone?: string | null
[src]
§
DnsNameServers?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
FreeUntil?: Date | number | null
[src]
§
InstanceCreateTime?: Date | number | null
[src]
§
KmsKeyId?: string | null
[src]
§
MultiAZ?: boolean | null
[src]
§
PendingModifiedValues?: ReplicationPendingModifiedValues | null
[src]
§
PreferredMaintenanceWindow?: string | null
[src]
§
PubliclyAccessible?: boolean | null
[src]
§
ReplicationInstanceArn?: string | null
[src]
§
ReplicationInstanceClass?: string | null
[src]
§
ReplicationInstanceIdentifier?: string | null
[src]
§
ReplicationInstancePrivateIpAddress?: string | null
[src]
§
ReplicationInstancePrivateIpAddresses?: string[] | null
[src]
§
ReplicationInstancePublicIpAddress?: string | null
[src]
§
ReplicationInstancePublicIpAddresses?: string[] | null
[src]
§
ReplicationInstanceStatus?: string | null
[src]
§
ReplicationSubnetGroup?: ReplicationSubnetGroup | null
[src]
§
SecondaryAvailabilityZone?: string | null
[src]
§
VpcSecurityGroups?: VpcSecurityGroupMembership[] | null
[src]