S3RepositoryDetails
Specifies the name of an S3 bucket and a CodeArtifacts object that contains
         the S3 object keys for a source code .zip file and for a build artifacts .zip file that
         contains .jar or .class files.
Contents
- BucketName
- 
               The name of the S3 bucket used for associating a new S3 repository. It must begin with codeguru-reviewer-.Type: String Length Constraints: Minimum length of 3. Maximum length of 63. Pattern: (?=^.{3,63}$)(?!^(\\d+\\.)+\\d+$)(^(([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])\\.)*([a-z0-9]|[a-z0-9][a-z0-9\\-]*[a-z0-9])$)Required: No 
- CodeArtifacts
- 
               A CodeArtifactsobject. TheCodeArtifactsobject includes the S3 object key for a source code .zip file and for a build artifacts .zip file that contains .jar or .class files.Type: CodeArtifacts object Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: