Class: Aws::SecurityHub::Types::AwsCodeBuildProjectDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Information about an CodeBuild project.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifactsArray<Types::AwsCodeBuildProjectArtifactsDetails>

Information about the build artifacts for the CodeBuild project.



5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_keyString

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).

Returns:

  • (String)


5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#environmentTypes::AwsCodeBuildProjectEnvironment

Information about the build environment for this build project.



5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#logs_configTypes::AwsCodeBuildProjectLogsConfigDetails

Information about logs for the build project.



5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the build project.

Returns:

  • (String)


5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_artifactsArray<Types::AwsCodeBuildProjectArtifactsDetails>

Information about the secondary artifacts for the CodeBuild project.



5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

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.

Returns:

  • (String)


5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::AwsCodeBuildProjectSource

Information about the build input source code for this build project.



5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configTypes::AwsCodeBuildProjectVpcConfig

Information about the VPC configuration that CodeBuild accesses.



5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 5104

class AwsCodeBuildProjectDetails < Struct.new(
  :encryption_key,
  :artifacts,
  :environment,
  :name,
  :source,
  :service_role,
  :logs_config,
  :vpc_config,
  :secondary_artifacts)
  SENSITIVE = []
  include Aws::Structure
end