libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

Description

 
Synopsis

Documentation

data AwsCodeBuildProjectDetails Source #

Information about an CodeBuild project.

See: newAwsCodeBuildProjectDetails smart constructor.

Constructors

AwsCodeBuildProjectDetails' 

Fields

Instances

Instances details
Eq AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

Read AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

Show AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

Generic AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

Associated Types

type Rep AwsCodeBuildProjectDetails :: Type -> Type #

NFData AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

Hashable AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

ToJSON AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

FromJSON AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

type Rep AwsCodeBuildProjectDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectDetails

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_source :: Lens' AwsCodeBuildProjectDetails (Maybe AwsCodeBuildProjectSource) Source #

Information about the build input source code for this 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.