Class: Aws::GroundStation::Types::S3RecordingConfig

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

Overview

Information about an S3 recording Config.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arnString

ARN of the bucket to record to.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2409

class S3RecordingConfig < Struct.new(
  :bucket_arn,
  :prefix,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

S3 Key prefix to prefice data files.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2409

class S3RecordingConfig < Struct.new(
  :bucket_arn,
  :prefix,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

ARN of the role Ground Station assumes to write data to the bucket.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2409

class S3RecordingConfig < Struct.new(
  :bucket_arn,
  :prefix,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end