class Aws::RoboMaker::Types::SourceConfig

Information about a source configuration.

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

data as a hash:

    {
      s3_bucket: "S3Bucket",
      s3_key: "S3Key",
      architecture: "X86_64", # accepts X86_64, ARM64, ARMHF
    }

@!attribute [rw] s3_bucket

The Amazon S3 bucket name.
@return [String]

@!attribute [rw] s3_key

The s3 object key.
@return [String]

@!attribute [rw] architecture

The target processor architecture for the application.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SourceConfig AWS API Documentation

Constants

SENSITIVE