Class: Aws::S3Control::Types::Destination

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Specifies information about the replication destination bucket and its settings for an S3 on Outposts replication configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_translationTypes::AccessControlTranslation

Specify this property only in a cross-account scenario (where the source and destination bucket owners are not the same), and you want to change replica ownership to the Amazon Web Services account that owns the destination bucket. If this property is not specified in the replication configuration, the replicas are owned by same Amazon Web Services account that owns the source object.

<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.

</note>


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-s3control/types.rb', line 2034

class Destination < Struct.new(
  :account,
  :bucket,
  :replication_time,
  :access_control_translation,
  :encryption_configuration,
  :metrics,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#accountString

The destination bucket owner’s account ID.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-s3control/types.rb', line 2034

class Destination < Struct.new(
  :account,
  :bucket,
  :replication_time,
  :access_control_translation,
  :encryption_configuration,
  :metrics,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#bucketString

The Amazon Resource Name (ARN) of the access point for the destination bucket where you want S3 on Outposts to store the replication results.

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-s3control/types.rb', line 2034

class Destination < Struct.new(
  :account,
  :bucket,
  :replication_time,
  :access_control_translation,
  :encryption_configuration,
  :metrics,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configurationTypes::EncryptionConfiguration

A container that provides information about encryption. If ‘SourceSelectionCriteria` is specified, you must specify this element.

<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.

</note>


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-s3control/types.rb', line 2034

class Destination < Struct.new(
  :account,
  :bucket,
  :replication_time,
  :access_control_translation,
  :encryption_configuration,
  :metrics,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#metricsTypes::Metrics

A container that specifies replication metrics-related settings.

Returns:



2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-s3control/types.rb', line 2034

class Destination < Struct.new(
  :account,
  :bucket,
  :replication_time,
  :access_control_translation,
  :encryption_configuration,
  :metrics,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#replication_timeTypes::ReplicationTime

A container that specifies S3 Replication Time Control (S3 RTC) settings, including whether S3 RTC is enabled and the time when all objects and operations on objects must be replicated. Must be specified together with a ‘Metrics` block.

<note markdown=“1”> This is not supported by Amazon S3 on Outposts buckets.

</note>


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-s3control/types.rb', line 2034

class Destination < Struct.new(
  :account,
  :bucket,
  :replication_time,
  :access_control_translation,
  :encryption_configuration,
  :metrics,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end

#storage_classString

The storage class to use when replicating objects. All objects stored on S3 on Outposts are stored in the ‘OUTPOSTS` storage class. S3 on Outposts uses the `OUTPOSTS` storage class to create the object replicas.

<note markdown=“1”> Values other than ‘OUTPOSTS` aren’t supported by Amazon S3 on Outposts.

</note>

Returns:

  • (String)


2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
# File 'lib/aws-sdk-s3control/types.rb', line 2034

class Destination < Struct.new(
  :account,
  :bucket,
  :replication_time,
  :access_control_translation,
  :encryption_configuration,
  :metrics,
  :storage_class)
  SENSITIVE = []
  include Aws::Structure
end