Uses of Interface
software.amazon.awscdk.services.codebuild.CfnProject.EnvironmentVariableProperty
-
Uses of CfnProject.EnvironmentVariableProperty in software.amazon.awscdk.services.codebuild
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnProject.EnvironmentVariableProperty
Modifier and TypeMethodDescriptionCfnProject.EnvironmentVariableProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionProject.serializeEnvVariables
(Map<String, ? extends BuildEnvironmentVariable> environmentVariables) Convert the environment variables map of string toBuildEnvironmentVariable
, which is the customer-facing type, to a list ofCfnProject.EnvironmentVariableProperty
, which is the representation of environment variables in CloudFormation.Project.serializeEnvVariables
(Map<String, ? extends BuildEnvironmentVariable> environmentVariables, Boolean validateNoPlainTextSecrets) Convert the environment variables map of string toBuildEnvironmentVariable
, which is the customer-facing type, to a list ofCfnProject.EnvironmentVariableProperty
, which is the representation of environment variables in CloudFormation.Project.serializeEnvVariables
(Map<String, ? extends BuildEnvironmentVariable> environmentVariables, Boolean validateNoPlainTextSecrets, IGrantable principal) Convert the environment variables map of string toBuildEnvironmentVariable
, which is the customer-facing type, to a list ofCfnProject.EnvironmentVariableProperty
, which is the representation of environment variables in CloudFormation.