Class AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.app_engine_flexible_app_version.AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference
-
- 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.462Z") @Stability(Stable) public class AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference 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 AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedAppEngineFlexibleAppVersionHandlersStaticFilesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedAppEngineFlexibleAppVersionHandlersStaticFilesOutputReference(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
-
AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference
protected AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference
protected AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference
@Stability(Stable) public AppEngineFlexibleAppVersionHandlersStaticFilesOutputReference(@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
-
resetApplicationReadable
@Stability(Stable) public void resetApplicationReadable()
-
resetExpiration
@Stability(Stable) public void resetExpiration()
-
resetHttpHeaders
@Stability(Stable) public void resetHttpHeaders()
-
resetMimeType
@Stability(Stable) public void resetMimeType()
-
resetPath
@Stability(Stable) public void resetPath()
-
resetRequireMatchingFile
@Stability(Stable) public void resetRequireMatchingFile()
-
resetUploadPathRegex
@Stability(Stable) public void resetUploadPathRegex()
-
getApplicationReadableInput
@Stability(Stable) @Nullable public Object getApplicationReadableInput()
-
getExpirationInput
@Stability(Stable) @Nullable public String getExpirationInput()
-
getMimeTypeInput
@Stability(Stable) @Nullable public String getMimeTypeInput()
-
getPathInput
@Stability(Stable) @Nullable public String getPathInput()
-
getRequireMatchingFileInput
@Stability(Stable) @Nullable public Object getRequireMatchingFileInput()
-
getUploadPathRegexInput
@Stability(Stable) @Nullable public String getUploadPathRegexInput()
-
getApplicationReadable
@Stability(Stable) @NotNull public Object getApplicationReadable()
-
setApplicationReadable
@Stability(Stable) public void setApplicationReadable(@NotNull Boolean value)
-
setApplicationReadable
@Stability(Stable) public void setApplicationReadable(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getExpiration
@Stability(Stable) @NotNull public String getExpiration()
-
setExpiration
@Stability(Stable) public void setExpiration(@NotNull String value)
-
getMimeType
@Stability(Stable) @NotNull public String getMimeType()
-
setMimeType
@Stability(Stable) public void setMimeType(@NotNull String value)
-
getPath
@Stability(Stable) @NotNull public String getPath()
-
setPath
@Stability(Stable) public void setPath(@NotNull String value)
-
getRequireMatchingFile
@Stability(Stable) @NotNull public Object getRequireMatchingFile()
-
setRequireMatchingFile
@Stability(Stable) public void setRequireMatchingFile(@NotNull Boolean value)
-
setRequireMatchingFile
@Stability(Stable) public void setRequireMatchingFile(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getUploadPathRegex
@Stability(Stable) @NotNull public String getUploadPathRegex()
-
setUploadPathRegex
@Stability(Stable) public void setUploadPathRegex(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public AppEngineFlexibleAppVersionHandlersStaticFiles getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable AppEngineFlexibleAppVersionHandlersStaticFiles value)
-
-