Class CfnProject.ArtifactsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProject.ArtifactsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnProject.ArtifactsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnProject.ArtifactsProperty

@Stability(Stable) @Internal public static final class CfnProject.ArtifactsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnProject.ArtifactsProperty
An implementation for CfnProject.ArtifactsProperty
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.ArtifactsProperty

    CfnProject.ArtifactsProperty.Builder, CfnProject.ArtifactsProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnProject.ArtifactsProperty.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    An identifier for this artifact definition.
    final Object
    Set to true if you do not want your output artifacts encrypted.
    final String
    Information about the build output artifact location:.
    final String
    Along with path and namespaceType , the pattern that AWS CodeBuild uses to name and store the output artifact:.
    final String
    Along with path and name , the pattern that AWS CodeBuild uses to determine the name and location to store the output artifact: - If type is set to CODEPIPELINE , CodePipeline ignores this value if specified.
    final Object
    If set to true a name specified in the buildspec file overrides the artifact name.
    final String
    The type of build output artifact to create:.
    final String
    Along with namespaceType and name , the pattern that AWS CodeBuild uses to name and store the output artifact:.
    final String
    The type of build output artifact.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait