class Aws::CodeStar::Types::ToolchainSource

The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.

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

data as a hash:

    {
      s3: { # required
        bucket_name: "BucketName",
        bucket_key: "BucketKey",
      },
    }

@!attribute [rw] s3

The Amazon S3 bucket where the toolchain template file provided with
the project request is stored.
@return [Types::S3Location]

@see docs.aws.amazon.com/goto/WebAPI/codestar-2017-04-19/ToolchainSource AWS API Documentation

Constants

SENSITIVE