Class AppEngineStandardAppVersionHandlersStaticFilesOutputReference

  • 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.491Z")
    @Stability(Stable)
    public class AppEngineStandardAppVersionHandlersStaticFilesOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • AppEngineStandardAppVersionHandlersStaticFilesOutputReference

        protected AppEngineStandardAppVersionHandlersStaticFilesOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • AppEngineStandardAppVersionHandlersStaticFilesOutputReference

        protected AppEngineStandardAppVersionHandlersStaticFilesOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • AppEngineStandardAppVersionHandlersStaticFilesOutputReference

        @Stability(Stable)
        public AppEngineStandardAppVersionHandlersStaticFilesOutputReference​(@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()
      • getHttpHeadersInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getHttpHeadersInput()
      • 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)
      • getHttpHeaders

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getHttpHeaders()
      • setHttpHeaders

        @Stability(Stable)
        public void setHttpHeaders​(@NotNull
                                   Map<String,​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)