Class DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference

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

      • DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference

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

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

        @Stability(Stable)
        public DataLossPreventionJobTriggerInspectJobStorageConfigCloudStorageOptionsOutputReference​(@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

      • resetBytesLimitPerFile

        @Stability(Stable)
        public void resetBytesLimitPerFile()
      • resetBytesLimitPerFilePercent

        @Stability(Stable)
        public void resetBytesLimitPerFilePercent()
      • resetFilesLimitPercent

        @Stability(Stable)
        public void resetFilesLimitPercent()
      • resetFileTypes

        @Stability(Stable)
        public void resetFileTypes()
      • resetSampleMethod

        @Stability(Stable)
        public void resetSampleMethod()
      • getBytesLimitPerFileInput

        @Stability(Stable)
        @Nullable
        public Number getBytesLimitPerFileInput()
      • getBytesLimitPerFilePercentInput

        @Stability(Stable)
        @Nullable
        public Number getBytesLimitPerFilePercentInput()
      • getFilesLimitPercentInput

        @Stability(Stable)
        @Nullable
        public Number getFilesLimitPercentInput()
      • getFileTypesInput

        @Stability(Stable)
        @Nullable
        public List<String> getFileTypesInput()
      • getSampleMethodInput

        @Stability(Stable)
        @Nullable
        public String getSampleMethodInput()
      • getBytesLimitPerFile

        @Stability(Stable)
        @NotNull
        public Number getBytesLimitPerFile()
      • setBytesLimitPerFile

        @Stability(Stable)
        public void setBytesLimitPerFile​(@NotNull
                                         Number value)
      • getBytesLimitPerFilePercent

        @Stability(Stable)
        @NotNull
        public Number getBytesLimitPerFilePercent()
      • setBytesLimitPerFilePercent

        @Stability(Stable)
        public void setBytesLimitPerFilePercent​(@NotNull
                                                Number value)
      • getFilesLimitPercent

        @Stability(Stable)
        @NotNull
        public Number getFilesLimitPercent()
      • setFilesLimitPercent

        @Stability(Stable)
        public void setFilesLimitPercent​(@NotNull
                                         Number value)
      • getFileTypes

        @Stability(Stable)
        @NotNull
        public List<String> getFileTypes()
      • setFileTypes

        @Stability(Stable)
        public void setFileTypes​(@NotNull
                                 List<String> value)
      • getSampleMethod

        @Stability(Stable)
        @NotNull
        public String getSampleMethod()
      • setSampleMethod

        @Stability(Stable)
        public void setSampleMethod​(@NotNull
                                    String value)