Class CfnPipeline.EnvironmentVariableProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.CfnPipeline.EnvironmentVariableProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnPipeline.EnvironmentVariableProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPipeline.EnvironmentVariableProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.EnvironmentVariableProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.EnvironmentVariableProperty
An implementation for 
CfnPipeline.EnvironmentVariableProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.CfnPipeline.EnvironmentVariablePropertyCfnPipeline.EnvironmentVariableProperty.Builder, CfnPipeline.EnvironmentVariableProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.EnvironmentVariableProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetName()The environment variable name in the key-value pair.final StringgetType()Specifies the type of use for the environment variable value.final StringgetValue()The environment variable value in the key-value pair.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnPipeline.EnvironmentVariableProperty.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnPipeline.EnvironmentVariablePropertyThe environment variable name in the key-value pair.- Specified by:
- getNamein interface- CfnPipeline.EnvironmentVariableProperty
- See Also:
 
- 
getValueDescription copied from interface:CfnPipeline.EnvironmentVariablePropertyThe environment variable value in the key-value pair.- Specified by:
- getValuein interface- CfnPipeline.EnvironmentVariableProperty
- See Also:
 
- 
getTypeDescription copied from interface:CfnPipeline.EnvironmentVariablePropertySpecifies the type of use for the environment variable value.The value can be either PLAINTEXTorSECRETS_MANAGER. If the value isSECRETS_MANAGER, provide the Secrets reference in the EnvironmentVariable value.- Specified by:
- getTypein interface- CfnPipeline.EnvironmentVariableProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-