| Modifier and Type | Class and Description |
|---|---|
static class |
BuildEnvironmentVariable.Jsii$Proxy
An implementation for
BuildEnvironmentVariable |
| Modifier and Type | Method and Description |
|---|---|
BuildEnvironmentVariable |
BuildEnvironmentVariable.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,BuildEnvironmentVariable> |
CommonProjectProps.getEnvironmentVariables()
Additional environment variables to add to the build environment.
|
Map<String,BuildEnvironmentVariable> |
CommonProjectProps.Jsii$Proxy.getEnvironmentVariables() |
default Map<String,BuildEnvironmentVariable> |
BuildEnvironment.getEnvironmentVariables()
The environment variables that your builds can use.
|
Map<String,BuildEnvironmentVariable> |
BuildEnvironment.Jsii$Proxy.getEnvironmentVariables() |
Map<String,BuildEnvironmentVariable> |
ProjectProps.Jsii$Proxy.getEnvironmentVariables() |
Map<String,BuildEnvironmentVariable> |
PipelineProjectProps.Jsii$Proxy.getEnvironmentVariables() |
| Modifier and Type | Method and Description |
|---|---|
CommonProjectProps.Builder |
CommonProjectProps.Builder.environmentVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
Sets the value of
CommonProjectProps.getEnvironmentVariables() |
BuildEnvironment.Builder |
BuildEnvironment.Builder.environmentVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
Sets the value of
BuildEnvironment.getEnvironmentVariables() |
Project.Builder |
Project.Builder.environmentVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
Additional environment variables to add to the build environment.
|
PipelineProject.Builder |
PipelineProject.Builder.environmentVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
Additional environment variables to add to the build environment.
|
ProjectProps.Builder |
ProjectProps.Builder.environmentVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
Sets the value of
CommonProjectProps.getEnvironmentVariables() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.environmentVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
Sets the value of
CommonProjectProps.getEnvironmentVariables() |
static List<CfnProject.EnvironmentVariableProperty> |
Project.serializeEnvVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
Convert the environment variables map of string to
BuildEnvironmentVariable, which is the customer-facing type, to a list of CfnProject.EnvironmentVariableProperty, which is the representation of environment variables in CloudFormation. |
static List<CfnProject.EnvironmentVariableProperty> |
Project.serializeEnvVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables,
Boolean validateNoPlainTextSecrets)
Convert the environment variables map of string to
BuildEnvironmentVariable, which is the customer-facing type, to a list of CfnProject.EnvironmentVariableProperty, which is the representation of environment variables in CloudFormation. |
static List<CfnProject.EnvironmentVariableProperty> |
Project.serializeEnvVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables,
Boolean validateNoPlainTextSecrets,
IGrantable principal)
Convert the environment variables map of string to
BuildEnvironmentVariable, which is the customer-facing type, to a list of CfnProject.EnvironmentVariableProperty, which is the representation of environment variables in CloudFormation. |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
CommonProjectProps.Builder. |
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
PipelineProjectProps.Builder. |
Jsii$Proxy(IArtifacts artifacts,
List<? extends IArtifacts> secondaryArtifacts,
List<? extends ISource> secondarySources,
ISource source,
Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ProjectProps.Builder. |
Jsii$Proxy(IBuildImage buildImage,
ComputeType computeType,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
Boolean privileged)
Constructor that initializes the object based on literal property values passed by the
BuildEnvironment.Builder. |
Copyright © 2021. All rights reserved.