Class AppEngineFlexibleAppVersionDeploymentZipOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionDeploymentZipOutputReference
-
- 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 AppEngineFlexibleAppVersionDeploymentZipOutputReference 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 AppEngineFlexibleAppVersionDeploymentZipOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppEngineFlexibleAppVersionDeploymentZipOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppEngineFlexibleAppVersionDeploymentZipOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetFilesCount()NumbergetFilesCountInput()AppEngineFlexibleAppVersionDeploymentZipgetInternalValue()StringgetSourceUrl()StringgetSourceUrlInput()voidresetFilesCount()voidsetFilesCount(Number value)voidsetInternalValue(AppEngineFlexibleAppVersionDeploymentZip value)voidsetSourceUrl(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
-
AppEngineFlexibleAppVersionDeploymentZipOutputReference
protected AppEngineFlexibleAppVersionDeploymentZipOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppEngineFlexibleAppVersionDeploymentZipOutputReference
protected AppEngineFlexibleAppVersionDeploymentZipOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppEngineFlexibleAppVersionDeploymentZipOutputReference
@Stability(Stable) public AppEngineFlexibleAppVersionDeploymentZipOutputReference(@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
-
resetFilesCount
@Stability(Stable) public void resetFilesCount()
-
getFilesCountInput
@Stability(Stable) @Nullable public Number getFilesCountInput()
-
getSourceUrlInput
@Stability(Stable) @Nullable public String getSourceUrlInput()
-
getFilesCount
@Stability(Stable) @NotNull public Number getFilesCount()
-
setFilesCount
@Stability(Stable) public void setFilesCount(@NotNull Number value)
-
getSourceUrl
@Stability(Stable) @NotNull public String getSourceUrl()
-
setSourceUrl
@Stability(Stable) public void setSourceUrl(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionDeploymentZip getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppEngineFlexibleAppVersionDeploymentZip value)
-
-