AwsCodeBuildProjectDetails
Information about an Amazon CodeBuild project.
Contents
- Artifacts
- 
               Information about the build artifacts for the CodeBuild project. Type: Array of AwsCodeBuildProjectArtifactsDetails objects Required: No 
- EncryptionKey
- 
               The Amazon KMS key used to encrypt the build output artifacts. You can specify either the ARN of the KMS key or, if available, the KMS key alias (using the format alias/alias-name). Type: String Pattern: .*\S.*Required: No 
- Environment
- 
               Information about the build environment for this build project. Type: AwsCodeBuildProjectEnvironment object Required: No 
- LogsConfig
- 
               Information about logs for the build project. Type: AwsCodeBuildProjectLogsConfigDetails object Required: No 
- Name
- 
               The name of the build project. Type: String Pattern: .*\S.*Required: No 
- SecondaryArtifacts
- 
               Information about the secondary artifacts for the CodeBuild project. Type: Array of AwsCodeBuildProjectArtifactsDetails objects Required: No 
- ServiceRole
- 
               The ARN of the IAM role that enables Amazon CodeBuild to interact with dependent Amazon services on behalf of the Amazon Web Services account. Type: String Pattern: .*\S.*Required: No 
- Source
- 
               Information about the build input source code for this build project. Type: AwsCodeBuildProjectSource object Required: No 
- VpcConfig
- 
               Information about the VPC configuration that Amazon CodeBuild accesses. Type: AwsCodeBuildProjectVpcConfig object Required: No 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: