Class ProjectSecondaryArtifact
Inheritance
Inherited Members
Namespace: Pulumi.Aws.CodeBuild.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectSecondaryArtifact
Fields
View SourceArtifactIdentifier
The artifact identifier. Must be the same specified inside AWS CodeBuild buildspec.
Declaration
public readonly string ArtifactIdentifier
Field Value
| Type | Description |
|---|---|
| System.String |
EncryptionDisabled
If set to true, output artifacts will not be encrypted. If type is set to NO_ARTIFACTS then this value will be ignored. Defaults to false.
Declaration
public readonly bool? EncryptionDisabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Location
Information about the build output artifact location. If type is set to CODEPIPELINE or NO_ARTIFACTS then this value will be ignored. If type is set to S3, this is the name of the output bucket. If path is not also specified, then location can also specify the path of the output artifact in the output bucket.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the project. If type is set to S3, this is the name of the output artifact object
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NamespaceType
The namespace to use in storing build artifacts. If type is set to S3, then valid values for this parameter are: BUILD_ID or NONE.
Declaration
public readonly string NamespaceType
Field Value
| Type | Description |
|---|---|
| System.String |
OverrideArtifactName
If set to true, a name specified in the build spec file overrides the artifact name.
Declaration
public readonly bool? OverrideArtifactName
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Packaging
The type of build output artifact to create. If type is set to S3, valid values for this parameter are: NONE or ZIP
Declaration
public readonly string Packaging
Field Value
| Type | Description |
|---|---|
| System.String |
Path
If type is set to S3, this is the path to the output artifact
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The build output artifact's type. Valid values for this parameter are: CODEPIPELINE, NO_ARTIFACTS or S3.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |