@Deprecated public static final class SimpleSynthActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SimpleSynthActionProps
SimpleSynthActionProps
SimpleSynthActionProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
java.lang.String |
getActionName()
Deprecated.
(deprecated) Name of the build action.
|
java.util.List<AdditionalArtifact> |
getAdditionalArtifacts()
Deprecated.
(deprecated) Produce additional output artifacts after the build based on the given directories.
|
java.lang.String |
getBuildCommand()
Deprecated.
(deprecated) The build command.
|
java.util.List<java.lang.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.
|
java.util.List<java.lang.String> |
getCopyEnvironmentVariables()
Deprecated.
(deprecated) Environment variables to copy over from parent env.
|
BuildEnvironment |
getEnvironment()
Deprecated.
(deprecated) Build environment to use for CodeBuild job.
|
java.util.Map<java.lang.String,BuildEnvironmentVariable> |
getEnvironmentVariables()
Deprecated.
(deprecated) Environment variables to send into build.
|
java.lang.String |
getInstallCommand()
Deprecated.
(deprecated) The install command.
|
java.util.List<java.lang.String> |
getInstallCommands()
Deprecated.
(deprecated) Install commands.
|
java.lang.String |
getProjectName()
Deprecated.
(deprecated) Name of the CodeBuild project.
|
java.util.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.
|
java.lang.String |
getSubdirectory()
Deprecated.
(deprecated) Directory inside the source where package.json and cdk.json are located.
|
SubnetSelection |
getSubnetSelection()
Deprecated.
(deprecated) Which subnets to use.
|
java.lang.String |
getSynthCommand()
Deprecated.
(deprecated) The synth command.
|
java.util.List<java.lang.String> |
getTestCommands()
Deprecated.
(deprecated) Test commands.
|
IVpc |
getVpc()
Deprecated.
(deprecated) The VPC where to execute the SimpleSynth.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getSynthCommand()
SimpleSynthActionProps
getSynthCommand
in interface SimpleSynthActionProps
public final java.lang.String getBuildCommand()
SimpleSynthActionProps
If your programming language requires a compilation step, put the compilation command here.
Default: - No build required
getBuildCommand
in interface SimpleSynthActionProps
public final java.util.List<java.lang.String> getBuildCommands()
SimpleSynthActionProps
If your programming language requires a compilation step, put the compilation command here.
Default: - No build required
getBuildCommands
in interface SimpleSynthActionProps
public final java.lang.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 SimpleSynthActionProps
public final java.util.List<java.lang.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 SimpleSynthActionProps
public final java.util.List<java.lang.String> getTestCommands()
SimpleSynthActionProps
These commands are run after the build commands but before the synth command.
Default: - No test commands
getTestCommands
in interface SimpleSynthActionProps
public final Artifact getCloudAssemblyArtifact()
SimpleSynthOptions
getCloudAssemblyArtifact
in interface SimpleSynthOptions
public final Artifact getSourceArtifact()
SimpleSynthOptions
getSourceArtifact
in interface SimpleSynthOptions
public final java.lang.String getActionName()
SimpleSynthOptions
Default: 'Synth'
getActionName
in interface SimpleSynthOptions
public final java.util.List<AdditionalArtifact> getAdditionalArtifacts()
SimpleSynthOptions
Can 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 SimpleSynthOptions
public final BuildSpec getBuildSpec()
SimpleSynthOptions
Default: - none
getBuildSpec
in interface SimpleSynthOptions
public final java.util.List<java.lang.String> getCopyEnvironmentVariables()
SimpleSynthOptions
These are environment variables that are being used by the build.
Default: - No environment variables copied
getCopyEnvironmentVariables
in interface SimpleSynthOptions
public final BuildEnvironment getEnvironment()
SimpleSynthOptions
Default: BuildEnvironment.LinuxBuildImage.STANDARD_5_0
getEnvironment
in interface SimpleSynthOptions
public final java.util.Map<java.lang.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 SimpleSynthOptions
public final java.lang.String getProjectName()
SimpleSynthOptions
Default: - Automatically generated
getProjectName
in interface SimpleSynthOptions
public final java.util.List<PolicyStatement> getRolePolicyStatements()
SimpleSynthOptions
Can be used to add acces to a CodeArtifact repository etc.
Default: - No policy statements added to CodeBuild Project Role
getRolePolicyStatements
in interface SimpleSynthOptions
public final java.lang.String getSubdirectory()
SimpleSynthOptions
Default: - Repository root
getSubdirectory
in interface SimpleSynthOptions
public final SubnetSelection getSubnetSelection()
SimpleSynthOptions
Only used if 'vpc' is supplied.
Default: - All private subnets.
getSubnetSelection
in interface SimpleSynthOptions
public final IVpc getVpc()
SimpleSynthOptions
Default: - No VPC
getVpc
in interface SimpleSynthOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()