class Aws::GroundStation::Types::S3RecordingConfig

Information about an S3 recording `Config`.

@note When making an API call, you may pass S3RecordingConfig

data as a hash:

    {
      bucket_arn: "BucketArn", # required
      prefix: "S3KeyPrefix",
      role_arn: "RoleArn", # required
    }

@!attribute [rw] bucket_arn

ARN of the bucket to record to.
@return [String]

@!attribute [rw] prefix

S3 Key prefix to prefice data files.
@return [String]

@!attribute [rw] role_arn

ARN of the role Ground Station assumes to write data to the bucket.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/groundstation-2019-05-23/S3RecordingConfig AWS API Documentation

Constants

SENSITIVE