Class OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.os_config_patch_deployment.OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.295Z") @Stability(Stable) public class OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedOsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedOsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Number>getAllowedSuccessCodes()List<Number>getAllowedSuccessCodesInput()OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectOutputReferencegetGcsObject()OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectgetGcsObjectInput()OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfiggetInternalValue()StringgetInterpreter()StringgetInterpreterInput()StringgetLocalPath()StringgetLocalPathInput()voidputGcsObject(OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject value)voidresetAllowedSuccessCodes()voidresetGcsObject()voidresetInterpreter()voidresetLocalPath()voidsetAllowedSuccessCodes(List<Number> value)voidsetInternalValue(OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig value)voidsetInterpreter(String value)voidsetLocalPath(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference
protected OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference
protected OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference
@Stability(Stable) public OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putGcsObject
@Stability(Stable) public void putGcsObject(@NotNull OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject value)- Parameters:
value- This parameter is required.
-
resetAllowedSuccessCodes
@Stability(Stable) public void resetAllowedSuccessCodes()
-
resetGcsObject
@Stability(Stable) public void resetGcsObject()
-
resetInterpreter
@Stability(Stable) public void resetInterpreter()
-
resetLocalPath
@Stability(Stable) public void resetLocalPath()
-
getGcsObject
@Stability(Stable) @NotNull public OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectOutputReference getGcsObject()
-
getAllowedSuccessCodesInput
@Stability(Stable) @Nullable public List<Number> getAllowedSuccessCodesInput()
-
getGcsObjectInput
@Stability(Stable) @Nullable public OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObject getGcsObjectInput()
-
getInterpreterInput
@Stability(Stable) @Nullable public String getInterpreterInput()
-
getLocalPathInput
@Stability(Stable) @Nullable public String getLocalPathInput()
-
setAllowedSuccessCodes
@Stability(Stable) public void setAllowedSuccessCodes(@NotNull List<Number> value)
-
getInterpreter
@Stability(Stable) @NotNull public String getInterpreter()
-
setInterpreter
@Stability(Stable) public void setInterpreter(@NotNull String value)
-
getLocalPath
@Stability(Stable) @NotNull public String getLocalPath()
-
setLocalPath
@Stability(Stable) public void setLocalPath(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable OsConfigPatchDeploymentPatchConfigPreStepLinuxExecStepConfig value)
-
-