| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnProject.EnvironmentVariableProperty.Jsii$Proxy
An implementation for
CfnProject.EnvironmentVariableProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.EnvironmentVariableProperty |
CfnProject.EnvironmentVariableProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<CfnProject.EnvironmentVariableProperty> |
Project.serializeEnvVariables(Map<String,? extends BuildEnvironmentVariable> environmentVariables)
(experimental) 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)
(experimental) 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)
(experimental) 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. |
Copyright © 2021. All rights reserved.