class Aws::CodeStar::Types::CodeSource

The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.

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

data as a hash:

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

@!attribute [rw] s3

Information about the Amazon S3 location where the source code files
provided with the project request are stored.
@return [Types::S3Location]

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

Constants

SENSITIVE