Class CfnProject.ArtifactsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.ArtifactsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnProject.ArtifactsProperty
CfnProject.ArtifactsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.ArtifactsProperty
CfnProject.ArtifactsProperty.Builder, CfnProject.ArtifactsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProject.ArtifactsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAn identifier for this artifact definition.final ObjectSet to true if you do not want your output artifacts encrypted.final StringInformation about the build output artifact location:.final StringgetName()Along withpathandnamespaceType, the pattern that AWS CodeBuild uses to name and store the output artifact:.final StringAlong withpathandname, the pattern that AWS CodeBuild uses to determine the name and location to store the output artifact: - Iftypeis set toCODEPIPELINE, CodePipeline ignores this value if specified.final ObjectIf set to true a name specified in the buildspec file overrides the artifact name.final StringThe type of build output artifact to create:.final StringgetPath()Along withnamespaceTypeandname, the pattern that AWS CodeBuild uses to name and store the output artifact:.final StringgetType()The type of build output artifact.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnProject.ArtifactsProperty.Builder.
-
-
Method Details
-
getType
Description copied from interface:CfnProject.ArtifactsPropertyThe type of build output artifact. Valid values include:.CODEPIPELINE: The build project has build output generated through CodePipeline.
The
CODEPIPELINEtype is not supported forsecondaryArtifacts.NO_ARTIFACTS: The build project does not produce any build output.S3: The build project stores build output in Amazon S3.
- Specified by:
getTypein interfaceCfnProject.ArtifactsProperty
-
getArtifactIdentifier
Description copied from interface:CfnProject.ArtifactsPropertyAn identifier for this artifact definition.- Specified by:
getArtifactIdentifierin interfaceCfnProject.ArtifactsProperty
-
getEncryptionDisabled
Description copied from interface:CfnProject.ArtifactsPropertySet to true if you do not want your output artifacts encrypted.This option is valid only if your artifacts type is Amazon Simple Storage Service (Amazon S3). If this is set with another artifacts type, an
invalidInputExceptionis thrown.- Specified by:
getEncryptionDisabledin interfaceCfnProject.ArtifactsProperty
-
getLocation
Description copied from interface:CfnProject.ArtifactsPropertyInformation about the build output artifact location:.- If
typeis set toCODEPIPELINE, AWS CodePipeline ignores this value if specified. This is because CodePipeline manages its build output locations instead of CodeBuild . - If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, this is the name of the output bucket.
If you specify
CODEPIPELINEorNO_ARTIFACTSfor theTypeproperty, don't specify this property. For all of the other types, you must specify this property.- Specified by:
getLocationin interfaceCfnProject.ArtifactsProperty
- If
-
getName
Description copied from interface:CfnProject.ArtifactsPropertyAlong withpathandnamespaceType, the pattern that AWS CodeBuild uses to name and store the output artifact:.- If
typeis set toCODEPIPELINE, AWS CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of AWS CodeBuild . - If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, this is the name of the output artifact object. If you set the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.
For example:
- If
pathis set toMyArtifacts,namespaceTypeis set toBUILD_ID, andnameis set toMyArtifact.zip, then the output artifact is stored inMyArtifacts/ *build-ID* /MyArtifact.zip. - If
pathis empty,namespaceTypeis set toNONE, andnameis set to "/", the output artifact is stored in the root of the output bucket. - If
pathis set toMyArtifacts,namespaceTypeis set toBUILD_ID, andnameis set to "/", the output artifact is stored inMyArtifacts/ *build-ID*.
If you specify
CODEPIPELINEorNO_ARTIFACTSfor theTypeproperty, don't specify this property. For all of the other types, you must specify this property.- Specified by:
getNamein interfaceCfnProject.ArtifactsProperty
- If
-
getNamespaceType
Description copied from interface:CfnProject.ArtifactsPropertyAlong withpathandname, the pattern that AWS CodeBuild uses to determine the name and location to store the output artifact: - Iftypeis set toCODEPIPELINE, CodePipeline ignores this value if specified.This is because CodePipeline manages its build output names instead of AWS CodeBuild .
- If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, valid values include: BUILD_ID: Include the build ID in the location of the build output artifact.NONE: Do not include the build ID. This is the default ifnamespaceTypeis not specified.
For example, if
pathis set toMyArtifacts,namespaceTypeis set toBUILD_ID, andnameis set toMyArtifact.zip, the output artifact is stored inMyArtifacts/<build-ID>/MyArtifact.zip.- Specified by:
getNamespaceTypein interfaceCfnProject.ArtifactsProperty
- If
-
getOverrideArtifactName
Description copied from interface:CfnProject.ArtifactsPropertyIf set to true a name specified in the buildspec file overrides the artifact name.The name specified in a buildspec file is calculated at build time and uses the Shell command language. For example, you can append a date and time to your artifact name so that it is always unique.
- Specified by:
getOverrideArtifactNamein interfaceCfnProject.ArtifactsProperty
-
getPackaging
Description copied from interface:CfnProject.ArtifactsPropertyThe type of build output artifact to create:.- If
typeis set toCODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of AWS CodeBuild . - If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, valid values include: NONE: AWS CodeBuild creates in the output bucket a folder that contains the build output. This is the default ifpackagingis not specified.ZIP: AWS CodeBuild creates in the output bucket a ZIP file that contains the build output.
- Specified by:
getPackagingin interfaceCfnProject.ArtifactsProperty
- If
-
getPath
Description copied from interface:CfnProject.ArtifactsPropertyAlong withnamespaceTypeandname, the pattern that AWS CodeBuild uses to name and store the output artifact:.- If
typeis set toCODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of AWS CodeBuild . - If
typeis set toNO_ARTIFACTS, this value is ignored if specified, because no build output is produced. - If
typeis set toS3, this is the path to the output artifact. Ifpathis not specified,pathis not used.
For example, if
pathis set toMyArtifacts,namespaceTypeis set toNONE, andnameis set toMyArtifact.zip, the output artifact is stored in the output bucket atMyArtifacts/MyArtifact.zip.- Specified by:
getPathin interfaceCfnProject.ArtifactsProperty
- If
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-