java.lang.Object
software.amazon.awssdk.services.databasemigration.model.AvailabilityZone
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>

@Generated("software.amazon.awssdk:codegen") public final class AvailabilityZone extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>

The name of an Availability Zone for use during database migration. AvailabilityZone is an optional parameter to the CreateReplicationInstance operation, and it’s value relates to the Amazon Web Services Region of an endpoint. For example, the availability zone of an endpoint in the us-east-1 region might be us-east-1a, us-east-1b, us-east-1c, or us-east-1d.

See Also: