AwsCodeBuildProjectArtifactsDetails - AWS Security Hub

AwsCodeBuildProjectArtifactsDetails

Information about the build artifacts for the CodeBuild project.

Contents

ArtifactIdentifier

An identifier for the artifact definition.

Type: String

Pattern: .*\S.*

Required: No

EncryptionDisabled

Indicates whether to disable encryption on the artifact. Only valid when Type is S3.

Type: Boolean

Required: No

Location

Only used when Type is S3. The name of the S3 bucket where the artifact is located.

Type: String

Pattern: .*\S.*

Required: No

Name

Only used when Type is S3. The name of the artifact. Used with NamepaceType and Path to determine the pattern for storing the artifact.

Type: String

Pattern: .*\S.*

Required: No

NamespaceType

Only used when Type is S3. The value to use for the namespace. Used with Name and Path to determine the pattern for storing the artifact.

Type: String

Pattern: .*\S.*

Required: No

OverrideArtifactName

Whether the name specified in the buildspec file overrides the artifact name.

Type: Boolean

Required: No

Packaging

Only used when Type is S3. The type of output artifact to create.

Type: String

Pattern: .*\S.*

Required: No

Path

Only used when Type is S3. The path to the artifact. Used with Name and NamespaceType to determine the pattern for storing the artifact.

Type: String

Pattern: .*\S.*

Required: No

Type

The type of build artifact.

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: