Class AppEngineFlexibleAppVersionDeploymentOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionDeploymentOutputReference
-
- 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:17.451Z") @Stability(Stable) public class AppEngineFlexibleAppVersionDeploymentOutputReference 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 AppEngineFlexibleAppVersionDeploymentOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppEngineFlexibleAppVersionDeploymentOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppEngineFlexibleAppVersionDeploymentOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
AppEngineFlexibleAppVersionDeploymentOutputReference
protected AppEngineFlexibleAppVersionDeploymentOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppEngineFlexibleAppVersionDeploymentOutputReference
protected AppEngineFlexibleAppVersionDeploymentOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppEngineFlexibleAppVersionDeploymentOutputReference
@Stability(Stable) public AppEngineFlexibleAppVersionDeploymentOutputReference(@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
-
putCloudBuildOptions
@Stability(Stable) public void putCloudBuildOptions(@NotNull AppEngineFlexibleAppVersionDeploymentCloudBuildOptions value)- Parameters:
value- This parameter is required.
-
putContainer
@Stability(Stable) public void putContainer(@NotNull AppEngineFlexibleAppVersionDeploymentContainer value)- Parameters:
value- This parameter is required.
-
putFiles
@Stability(Stable) public void putFiles(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putZip
@Stability(Stable) public void putZip(@NotNull AppEngineFlexibleAppVersionDeploymentZip value)- Parameters:
value- This parameter is required.
-
resetCloudBuildOptions
@Stability(Stable) public void resetCloudBuildOptions()
-
resetContainer
@Stability(Stable) public void resetContainer()
-
resetFiles
@Stability(Stable) public void resetFiles()
-
resetZip
@Stability(Stable) public void resetZip()
-
getCloudBuildOptions
@Stability(Stable) @NotNull public AppEngineFlexibleAppVersionDeploymentCloudBuildOptionsOutputReference getCloudBuildOptions()
-
getContainer
@Stability(Stable) @NotNull public AppEngineFlexibleAppVersionDeploymentContainerOutputReference getContainer()
-
getFiles
@Stability(Stable) @NotNull public AppEngineFlexibleAppVersionDeploymentFilesList getFiles()
-
getZip
@Stability(Stable) @NotNull public AppEngineFlexibleAppVersionDeploymentZipOutputReference getZip()
-
getCloudBuildOptionsInput
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionDeploymentCloudBuildOptions getCloudBuildOptionsInput()
-
getContainerInput
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionDeploymentContainer getContainerInput()
-
getFilesInput
@Stability(Stable) @Nullable public Object getFilesInput()
-
getZipInput
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionDeploymentZip getZipInput()
-
getInternalValue
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionDeployment getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppEngineFlexibleAppVersionDeployment value)
-
-