Class ClouddeployCustomTargetTypeCustomActionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.clouddeploy_custom_target_type.ClouddeployCustomTargetTypeCustomActionsOutputReference
-
- 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:18.136Z") @Stability(Stable) public class ClouddeployCustomTargetTypeCustomActionsOutputReference 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 ClouddeployCustomTargetTypeCustomActionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedClouddeployCustomTargetTypeCustomActionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedClouddeployCustomTargetTypeCustomActionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeployAction()StringgetDeployActionInput()ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesListgetIncludeSkaffoldModules()ObjectgetIncludeSkaffoldModulesInput()ClouddeployCustomTargetTypeCustomActionsgetInternalValue()StringgetRenderAction()StringgetRenderActionInput()voidputIncludeSkaffoldModules(Object value)voidresetIncludeSkaffoldModules()voidresetRenderAction()voidsetDeployAction(String value)voidsetInternalValue(ClouddeployCustomTargetTypeCustomActions value)voidsetRenderAction(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
-
ClouddeployCustomTargetTypeCustomActionsOutputReference
protected ClouddeployCustomTargetTypeCustomActionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ClouddeployCustomTargetTypeCustomActionsOutputReference
protected ClouddeployCustomTargetTypeCustomActionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ClouddeployCustomTargetTypeCustomActionsOutputReference
@Stability(Stable) public ClouddeployCustomTargetTypeCustomActionsOutputReference(@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
-
putIncludeSkaffoldModules
@Stability(Stable) public void putIncludeSkaffoldModules(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetIncludeSkaffoldModules
@Stability(Stable) public void resetIncludeSkaffoldModules()
-
resetRenderAction
@Stability(Stable) public void resetRenderAction()
-
getIncludeSkaffoldModules
@Stability(Stable) @NotNull public ClouddeployCustomTargetTypeCustomActionsIncludeSkaffoldModulesList getIncludeSkaffoldModules()
-
getDeployActionInput
@Stability(Stable) @Nullable public String getDeployActionInput()
-
getIncludeSkaffoldModulesInput
@Stability(Stable) @Nullable public Object getIncludeSkaffoldModulesInput()
-
getRenderActionInput
@Stability(Stable) @Nullable public String getRenderActionInput()
-
getDeployAction
@Stability(Stable) @NotNull public String getDeployAction()
-
setDeployAction
@Stability(Stable) public void setDeployAction(@NotNull String value)
-
getRenderAction
@Stability(Stable) @NotNull public String getRenderAction()
-
setRenderAction
@Stability(Stable) public void setRenderAction(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public ClouddeployCustomTargetTypeCustomActions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ClouddeployCustomTargetTypeCustomActions value)
-
-