Class DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfigOutputReference

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

      • DataLossPreventionJobTriggerInspectJobActionsDeidentifyTransformationConfigOutputReference

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

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

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

      • resetDeidentifyTemplate

        @Stability(Stable)
        public void resetDeidentifyTemplate()
      • resetImageRedactTemplate

        @Stability(Stable)
        public void resetImageRedactTemplate()
      • resetStructuredDeidentifyTemplate

        @Stability(Stable)
        public void resetStructuredDeidentifyTemplate()
      • getDeidentifyTemplateInput

        @Stability(Stable)
        @Nullable
        public String getDeidentifyTemplateInput()
      • getImageRedactTemplateInput

        @Stability(Stable)
        @Nullable
        public String getImageRedactTemplateInput()
      • getStructuredDeidentifyTemplateInput

        @Stability(Stable)
        @Nullable
        public String getStructuredDeidentifyTemplateInput()
      • getDeidentifyTemplate

        @Stability(Stable)
        @NotNull
        public String getDeidentifyTemplate()
      • setDeidentifyTemplate

        @Stability(Stable)
        public void setDeidentifyTemplate​(@NotNull
                                          String value)
      • getImageRedactTemplate

        @Stability(Stable)
        @NotNull
        public String getImageRedactTemplate()
      • setImageRedactTemplate

        @Stability(Stable)
        public void setImageRedactTemplate​(@NotNull
                                           String value)
      • getStructuredDeidentifyTemplate

        @Stability(Stable)
        @NotNull
        public String getStructuredDeidentifyTemplate()
      • setStructuredDeidentifyTemplate

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