Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AwsCodeBuildProjectDetails = AwsCodeBuildProjectDetails' {
- artifacts :: Maybe [AwsCodeBuildProjectArtifactsDetails]
- environment :: Maybe AwsCodeBuildProjectEnvironment
- vpcConfig :: Maybe AwsCodeBuildProjectVpcConfig
- name :: Maybe Text
- source :: Maybe AwsCodeBuildProjectSource
- logsConfig :: Maybe AwsCodeBuildProjectLogsConfigDetails
- encryptionKey :: Maybe Text
- serviceRole :: Maybe Text
- newAwsCodeBuildProjectDetails :: AwsCodeBuildProjectDetails
- awsCodeBuildProjectDetails_artifacts :: Lens' AwsCodeBuildProjectDetails (Maybe [AwsCodeBuildProjectArtifactsDetails])
- awsCodeBuildProjectDetails_environment :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectEnvironment)
- awsCodeBuildProjectDetails_vpcConfig :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectVpcConfig)
- awsCodeBuildProjectDetails_name :: Lens' AwsCodeBuildProjectDetails (Maybe Text)
- awsCodeBuildProjectDetails_source :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectSource)
- awsCodeBuildProjectDetails_logsConfig :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectLogsConfigDetails)
- awsCodeBuildProjectDetails_encryptionKey :: Lens' AwsCodeBuildProjectDetails (Maybe Text)
- awsCodeBuildProjectDetails_serviceRole :: Lens' AwsCodeBuildProjectDetails (Maybe Text)
Documentation
data AwsCodeBuildProjectDetails Source #
Information about an CodeBuild project.
See: newAwsCodeBuildProjectDetails
smart constructor.
AwsCodeBuildProjectDetails' | |
|
Instances
newAwsCodeBuildProjectDetails :: AwsCodeBuildProjectDetails Source #
Create a value of AwsCodeBuildProjectDetails
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:artifacts:AwsCodeBuildProjectDetails'
, awsCodeBuildProjectDetails_artifacts
- Information about the build artifacts for the CodeBuild project.
$sel:environment:AwsCodeBuildProjectDetails'
, awsCodeBuildProjectDetails_environment
- Information about the build environment for this build project.
$sel:vpcConfig:AwsCodeBuildProjectDetails'
, awsCodeBuildProjectDetails_vpcConfig
- Information about the VPC configuration that CodeBuild accesses.
$sel:name:AwsCodeBuildProjectDetails'
, awsCodeBuildProjectDetails_name
- The name of the build project.
$sel:source:AwsCodeBuildProjectDetails'
, awsCodeBuildProjectDetails_source
- Information about the build input source code for this build project.
$sel:logsConfig:AwsCodeBuildProjectDetails'
, awsCodeBuildProjectDetails_logsConfig
- Information about logs for the build project.
$sel:encryptionKey:AwsCodeBuildProjectDetails'
, awsCodeBuildProjectDetails_encryptionKey
- The 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).
$sel:serviceRole:AwsCodeBuildProjectDetails'
, awsCodeBuildProjectDetails_serviceRole
- The ARN of the IAM role that enables CodeBuild to interact with
dependent Amazon Web Services services on behalf of the Amazon Web
Services account.
awsCodeBuildProjectDetails_artifacts :: Lens' AwsCodeBuildProjectDetails (Maybe [AwsCodeBuildProjectArtifactsDetails]) Source #
Information about the build artifacts for the CodeBuild project.
awsCodeBuildProjectDetails_environment :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectEnvironment) Source #
Information about the build environment for this build project.
awsCodeBuildProjectDetails_vpcConfig :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectVpcConfig) Source #
Information about the VPC configuration that CodeBuild accesses.
awsCodeBuildProjectDetails_name :: Lens' AwsCodeBuildProjectDetails (Maybe Text) Source #
The name of the build project.
awsCodeBuildProjectDetails_source :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectSource) Source #
Information about the build input source code for this build project.
awsCodeBuildProjectDetails_logsConfig :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectLogsConfigDetails) Source #
Information about logs for the build project.
awsCodeBuildProjectDetails_encryptionKey :: Lens' AwsCodeBuildProjectDetails (Maybe Text) Source #
The 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).
awsCodeBuildProjectDetails_serviceRole :: Lens' AwsCodeBuildProjectDetails (Maybe Text) Source #
The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.