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
isS3
.Type: Boolean
Required: No
- Location
-
Only used when
Type
isS3
. 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
andPath
to determine the pattern for storing the artifact.Type: String
Pattern:
.*\S.*
Required: No
- NamespaceType
-
Only used when
Type
isS3
. The value to use for the namespace. Used withName
andPath
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
isS3
. The type of output artifact to create.Type: String
Pattern:
.*\S.*
Required: No
- Path
-
Only used when
Type
isS3
. The path to the artifact. Used withName
andNamespaceType
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: