@Stability(value=Deprecated) @Deprecated @Internal public static final class SimpleSynthActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SimpleSynthActionProps
SimpleSynthActionPropssoftware.amazon.jsii.JsiiObject.InitializationModeSimpleSynthActionProps.Builder, SimpleSynthActionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(SimpleSynthActionProps.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
SimpleSynthActionProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getActionName()
Deprecated.
(deprecated) Name of the build action.
|
List<AdditionalArtifact> |
getAdditionalArtifacts()
Deprecated.
(deprecated) Produce additional output artifacts after the build based on the given directories.
|
String |
getBuildCommand()
Deprecated.
(deprecated) The build command.
|
List<String> |
getBuildCommands()
Deprecated.
(deprecated) The build commands.
|
BuildSpec |
getBuildSpec()
Deprecated.
(deprecated) custom BuildSpec that is merged with the generated one.
|
Artifact |
getCloudAssemblyArtifact()
Deprecated.
(deprecated) The artifact where the CloudAssembly should be emitted.
|
List<String> |
getCopyEnvironmentVariables()
Deprecated.
(deprecated) Environment variables to copy over from parent env.
|
BuildEnvironment |
getEnvironment()
Deprecated.
(deprecated) Build environment to use for CodeBuild job.
|
Map<String,BuildEnvironmentVariable> |
getEnvironmentVariables()
Deprecated.
(deprecated) Environment variables to send into build.
|
String |
getInstallCommand()
Deprecated.
(deprecated) The install command.
|
List<String> |
getInstallCommands()
Deprecated.
(deprecated) Install commands.
|
String |
getProjectName()
Deprecated.
(deprecated) Name of the CodeBuild project.
|
List<PolicyStatement> |
getRolePolicyStatements()
Deprecated.
(deprecated) Policy statements to add to role used during the synth.
|
Artifact |
getSourceArtifact()
Deprecated.
(deprecated) The source artifact of the CodePipeline.
|
String |
getSubdirectory()
Deprecated.
(deprecated) Directory inside the source where package.json and cdk.json are located.
|
SubnetSelection |
getSubnetSelection()
Deprecated.
(deprecated) Which subnets to use.
|
String |
getSynthCommand()
Deprecated.
(deprecated) The synth command.
|
List<String> |
getTestCommands()
Deprecated.
(deprecated) Test commands.
|
IVpc |
getVpc()
Deprecated.
(deprecated) The VPC where to execute the SimpleSynth.
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(SimpleSynthActionProps.Builder builder)
SimpleSynthActionProps.Builder.public final String getSynthCommand()
SimpleSynthActionPropsgetSynthCommand in interface SimpleSynthActionPropspublic final String getBuildCommand()
SimpleSynthActionPropsIf your programming language requires a compilation step, put the compilation command here.
Default: - No build required
getBuildCommand in interface SimpleSynthActionPropspublic final List<String> getBuildCommands()
SimpleSynthActionPropsIf your programming language requires a compilation step, put the compilation command here.
Default: - No build required
getBuildCommands in interface SimpleSynthActionPropspublic final String getInstallCommand()
SimpleSynthActionProps
If not provided by the build image or another dependency
management tool, at least install the CDK CLI here using
npm install -g aws-cdk.
Default: - No install required
getInstallCommand in interface SimpleSynthActionPropspublic final List<String> getInstallCommands()
SimpleSynthActionProps
If not provided by the build image or another dependency
management tool, at least install the CDK CLI here using
npm install -g aws-cdk.
Default: - No install required
getInstallCommands in interface SimpleSynthActionPropspublic final List<String> getTestCommands()
SimpleSynthActionPropsThese commands are run after the build commands but before the synth command.
Default: - No test commands
getTestCommands in interface SimpleSynthActionPropspublic final Artifact getCloudAssemblyArtifact()
SimpleSynthOptionsgetCloudAssemblyArtifact in interface SimpleSynthOptionspublic final Artifact getSourceArtifact()
SimpleSynthOptionsgetSourceArtifact in interface SimpleSynthOptionspublic final String getActionName()
SimpleSynthOptionsDefault: 'Synth'
getActionName in interface SimpleSynthOptionspublic final List<AdditionalArtifact> getAdditionalArtifacts()
SimpleSynthOptionsCan be used to produce additional artifacts during the build step, separate from the cloud assembly, which can be used further on in the pipeline.
Directories are evaluated with respect to subdirectory.
Default: - No additional artifacts generated
getAdditionalArtifacts in interface SimpleSynthOptionspublic final BuildSpec getBuildSpec()
SimpleSynthOptionsDefault: - none
getBuildSpec in interface SimpleSynthOptionspublic final List<String> getCopyEnvironmentVariables()
SimpleSynthOptionsThese are environment variables that are being used by the build.
Default: - No environment variables copied
getCopyEnvironmentVariables in interface SimpleSynthOptionspublic final BuildEnvironment getEnvironment()
SimpleSynthOptionsDefault: BuildEnvironment.LinuxBuildImage.STANDARD_5_0
getEnvironment in interface SimpleSynthOptionspublic final Map<String,BuildEnvironmentVariable> getEnvironmentVariables()
SimpleSynthOptions
NOTE: You may run into the 1000-character limit for the Action configuration if you have a large
number of variables or if their names or values are very long.
If you do, pass them to the underlying CodeBuild project directly in environment instead.
However, you will not be able to use CodePipeline Variables in this case.
Default: - No additional environment variables
getEnvironmentVariables in interface SimpleSynthOptionspublic final String getProjectName()
SimpleSynthOptionsDefault: - Automatically generated
getProjectName in interface SimpleSynthOptionspublic final List<PolicyStatement> getRolePolicyStatements()
SimpleSynthOptionsCan be used to add acces to a CodeArtifact repository etc.
Default: - No policy statements added to CodeBuild Project Role
getRolePolicyStatements in interface SimpleSynthOptionspublic final String getSubdirectory()
SimpleSynthOptionsDefault: - Repository root
getSubdirectory in interface SimpleSynthOptionspublic final SubnetSelection getSubnetSelection()
SimpleSynthOptionsOnly used if 'vpc' is supplied.
Default: - All private subnets.
getSubnetSelection in interface SimpleSynthOptionspublic final IVpc getVpc()
SimpleSynthOptionsDefault: - No VPC
getVpc in interface SimpleSynthOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.