AwsCodeBuildProjectDetails
Information about an AWS CodeBuild project.
Contents
- Artifacts
-
Information about the build artifacts for the CodeBuild project.
Type: Array of AwsCodeBuildProjectArtifactsDetails objects
Required: No
- EncryptionKey
-
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
-
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 AWS CodeBuild to interact with dependent AWS services on behalf of the AWS 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 AWS CodeBuild accesses.
Type: AwsCodeBuildProjectVpcConfig object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: