Class: Aws::Mgn::Types::EnrichmentTargetS3Configuration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

S3 configuration for storing the enriched import file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The name of the S3 bucket where the enriched import file will be stored.

Returns:

  • (String)


1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1455

class EnrichmentTargetS3Configuration < Struct.new(
  :s3_bucket,
  :s3_bucket_owner,
  :s3_key)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_ownerString

The AWS account ID of the target S3 bucket owner.

Returns:

  • (String)


1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1455

class EnrichmentTargetS3Configuration < Struct.new(
  :s3_bucket,
  :s3_bucket_owner,
  :s3_key)
  SENSITIVE = []
  include Aws::Structure
end

#s3_keyString

The S3 key (path) where the enriched import file will be stored.

Returns:

  • (String)


1455
1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1455

class EnrichmentTargetS3Configuration < Struct.new(
  :s3_bucket,
  :s3_bucket_owner,
  :s3_key)
  SENSITIVE = []
  include Aws::Structure
end