#[non_exhaustive]
pub struct GetReplicationConfigurationOutput {
Show 17 fields pub source_server_id: Option<String>, pub name: Option<String>, pub staging_area_subnet_id: Option<String>, pub associate_default_security_group: Option<bool>, pub replication_servers_security_groups_ids: Option<Vec<String>>, pub replication_server_instance_type: Option<String>, pub use_dedicated_replication_server: Option<bool>, pub default_large_staging_disk_type: Option<ReplicationConfigurationDefaultLargeStagingDiskType>, pub replicated_disks: Option<Vec<ReplicationConfigurationReplicatedDisk>>, pub ebs_encryption: Option<ReplicationConfigurationEbsEncryption>, pub ebs_encryption_key_arn: Option<String>, pub bandwidth_throttling: i64, pub data_plane_routing: Option<ReplicationConfigurationDataPlaneRouting>, pub create_public_ip: Option<bool>, pub staging_area_tags: Option<HashMap<String, String>>, pub pit_policy: Option<Vec<PitPolicyRule>>, pub auto_replicate_new_disks: Option<bool>, /* private fields */
}

Fields (Non-exhaustive)§

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
§source_server_id: Option<String>

The ID of the Source Server for this Replication Configuration.

§name: Option<String>

The name of the Replication Configuration.

§staging_area_subnet_id: Option<String>

The subnet to be used by the replication staging area.

§associate_default_security_group: Option<bool>

Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.

§replication_servers_security_groups_ids: Option<Vec<String>>

The security group IDs that will be used by the replication server.

§replication_server_instance_type: Option<String>

The instance type to be used for the replication server.

§use_dedicated_replication_server: Option<bool>

Whether to use a dedicated Replication Server in the replication staging area.

§default_large_staging_disk_type: Option<ReplicationConfigurationDefaultLargeStagingDiskType>

The Staging Disk EBS volume type to be used during replication.

§replicated_disks: Option<Vec<ReplicationConfigurationReplicatedDisk>>

The configuration of the disks of the Source Server to be replicated.

§ebs_encryption: Option<ReplicationConfigurationEbsEncryption>

The type of EBS encryption to be used during replication.

§ebs_encryption_key_arn: Option<String>

The ARN of the EBS encryption key to be used during replication.

§bandwidth_throttling: i64

Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.

§data_plane_routing: Option<ReplicationConfigurationDataPlaneRouting>

The data plane routing mechanism that will be used for replication.

§create_public_ip: Option<bool>

Whether to create a Public IP for the Recovery Instance by default.

§staging_area_tags: Option<HashMap<String, String>>

A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.

§pit_policy: Option<Vec<PitPolicyRule>>

The Point in time (PIT) policy to manage snapshots taken during replication.

§auto_replicate_new_disks: Option<bool>

Whether to allow the AWS replication agent to automatically replicate newly added disks.

Implementations§

source§

impl GetReplicationConfigurationOutput

source

pub fn source_server_id(&self) -> Option<&str>

The ID of the Source Server for this Replication Configuration.

source

pub fn name(&self) -> Option<&str>

The name of the Replication Configuration.

source

pub fn staging_area_subnet_id(&self) -> Option<&str>

The subnet to be used by the replication staging area.

source

pub fn associate_default_security_group(&self) -> Option<bool>

Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration.

source

pub fn replication_servers_security_groups_ids(&self) -> &[String]

The security group IDs that will be used by the replication server.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .replication_servers_security_groups_ids.is_none().

source

pub fn replication_server_instance_type(&self) -> Option<&str>

The instance type to be used for the replication server.

source

pub fn use_dedicated_replication_server(&self) -> Option<bool>

Whether to use a dedicated Replication Server in the replication staging area.

source

pub fn default_large_staging_disk_type( &self, ) -> Option<&ReplicationConfigurationDefaultLargeStagingDiskType>

The Staging Disk EBS volume type to be used during replication.

source

pub fn replicated_disks(&self) -> &[ReplicationConfigurationReplicatedDisk]

The configuration of the disks of the Source Server to be replicated.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .replicated_disks.is_none().

source

pub fn ebs_encryption(&self) -> Option<&ReplicationConfigurationEbsEncryption>

The type of EBS encryption to be used during replication.

source

pub fn ebs_encryption_key_arn(&self) -> Option<&str>

The ARN of the EBS encryption key to be used during replication.

source

pub fn bandwidth_throttling(&self) -> i64

Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.

source

pub fn data_plane_routing( &self, ) -> Option<&ReplicationConfigurationDataPlaneRouting>

The data plane routing mechanism that will be used for replication.

source

pub fn create_public_ip(&self) -> Option<bool>

Whether to create a Public IP for the Recovery Instance by default.

source

pub fn staging_area_tags(&self) -> Option<&HashMap<String, String>>

A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.

source

pub fn pit_policy(&self) -> &[PitPolicyRule]

The Point in time (PIT) policy to manage snapshots taken during replication.

If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .pit_policy.is_none().

source

pub fn auto_replicate_new_disks(&self) -> Option<bool>

Whether to allow the AWS replication agent to automatically replicate newly added disks.

source§

impl GetReplicationConfigurationOutput

source

pub fn builder() -> GetReplicationConfigurationOutputBuilder

Creates a new builder-style object to manufacture GetReplicationConfigurationOutput.

Trait Implementations§

source§

impl Clone for GetReplicationConfigurationOutput

source§

fn clone(&self) -> GetReplicationConfigurationOutput

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GetReplicationConfigurationOutput

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for GetReplicationConfigurationOutput

source§

fn eq(&self, other: &GetReplicationConfigurationOutput) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl RequestId for GetReplicationConfigurationOutput

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.
source§

impl StructuralPartialEq for GetReplicationConfigurationOutput

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

source§

type Output = T

Should always be Self
source§

impl<T> ToOwned for T
where T: Clone,

source§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more