Class CfnProject.EnvironmentVariableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.CfnProject.EnvironmentVariableProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnProject.EnvironmentVariableProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnProject.EnvironmentVariableProperty
@Stability(Stable)
@Internal
public static final class CfnProject.EnvironmentVariableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnProject.EnvironmentVariableProperty
An implementation for
CfnProject.EnvironmentVariableProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CfnProject.EnvironmentVariableProperty
CfnProject.EnvironmentVariableProperty.Builder, CfnProject.EnvironmentVariableProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnProject.EnvironmentVariableProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnProject.EnvironmentVariableProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnProject.EnvironmentVariablePropertyThe name or key of the environment variable.- Specified by:
getNamein interfaceCfnProject.EnvironmentVariableProperty
-
getValue
Description copied from interface:CfnProject.EnvironmentVariablePropertyThe value of the environment variable.We strongly discourage the use of
PLAINTEXTenvironment variables to store sensitive values, especially AWS secret key IDs and secret access keys.PLAINTEXTenvironment variables can be displayed in plain text using the AWS CodeBuild console and the AWS CLI . For sensitive values, we recommend you use an environment variable of typePARAMETER_STOREorSECRETS_MANAGER.- Specified by:
getValuein interfaceCfnProject.EnvironmentVariableProperty
-
getType
Description copied from interface:CfnProject.EnvironmentVariablePropertyThe type of environment variable. Valid values include:.PARAMETER_STORE: An environment variable stored in Systems Manager Parameter Store. For environment variables of this type, specify the name of the parameter as thevalueof the EnvironmentVariable. The parameter value will be substituted for the name at runtime. You can also define Parameter Store environment variables in the buildspec. To learn how to do so, see env/parameter-store in the AWS CodeBuild User Guide .PLAINTEXT: An environment variable in plain text format. This is the default value.SECRETS_MANAGER: An environment variable stored in AWS Secrets Manager . For environment variables of this type, specify the name of the secret as thevalueof the EnvironmentVariable. The secret value will be substituted for the name at runtime. You can also define AWS Secrets Manager environment variables in the buildspec. To learn how to do so, see env/secrets-manager in the AWS CodeBuild User Guide .
- Specified by:
getTypein interfaceCfnProject.EnvironmentVariableProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-