

# AwsCodeBuildProjectDetails
<a name="API_AwsCodeBuildProjectDetails"></a>

Information about an AWS CodeBuild project.

## Contents
<a name="API_AwsCodeBuildProjectDetails_Contents"></a>

 ** Artifacts **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-Artifacts"></a>
Information about the build artifacts for the CodeBuild project.  
Type: Array of [AwsCodeBuildProjectArtifactsDetails](API_AwsCodeBuildProjectArtifactsDetails.md) objects  
Required: No

 ** EncryptionKey **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-EncryptionKey"></a>
The AWS 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 **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-Environment"></a>
Information about the build environment for this build project.  
Type: [AwsCodeBuildProjectEnvironment](API_AwsCodeBuildProjectEnvironment.md) object  
Required: No

 ** LogsConfig **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-LogsConfig"></a>
Information about logs for the build project.  
Type: [AwsCodeBuildProjectLogsConfigDetails](API_AwsCodeBuildProjectLogsConfigDetails.md) object  
Required: No

 ** Name **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-Name"></a>
The name of the build project.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** SecondaryArtifacts **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-SecondaryArtifacts"></a>
Information about the secondary artifacts for the CodeBuild project.  
Type: Array of [AwsCodeBuildProjectArtifactsDetails](API_AwsCodeBuildProjectArtifactsDetails.md) objects  
Required: No

 ** ServiceRole **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-ServiceRole"></a>
The ARN of the IAM role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.  
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** Source **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-Source"></a>
Information about the build input source code for this build project.  
Type: [AwsCodeBuildProjectSource](API_AwsCodeBuildProjectSource.md) object  
Required: No

 ** VpcConfig **   <a name="securityhub-Type-AwsCodeBuildProjectDetails-VpcConfig"></a>
Information about the VPC configuration that AWS CodeBuild accesses.  
Type: [AwsCodeBuildProjectVpcConfig](API_AwsCodeBuildProjectVpcConfig.md) object  
Required: No

## See Also
<a name="API_AwsCodeBuildProjectDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/securityhub-2018-10-26/AwsCodeBuildProjectDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/securityhub-2018-10-26/AwsCodeBuildProjectDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/securityhub-2018-10-26/AwsCodeBuildProjectDetails) 