Class OrgPolicyPolicyDryRunSpecRulesConditionOutputReference

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

      • OrgPolicyPolicyDryRunSpecRulesConditionOutputReference

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

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

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

      • resetDescription

        @Stability(Stable)
        public void resetDescription()
      • resetExpression

        @Stability(Stable)
        public void resetExpression()
      • resetLocation

        @Stability(Stable)
        public void resetLocation()
      • resetTitle

        @Stability(Stable)
        public void resetTitle()
      • getDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getDescriptionInput()
      • getExpressionInput

        @Stability(Stable)
        @Nullable
        public String getExpressionInput()
      • getLocationInput

        @Stability(Stable)
        @Nullable
        public String getLocationInput()
      • getTitleInput

        @Stability(Stable)
        @Nullable
        public String getTitleInput()
      • getDescription

        @Stability(Stable)
        @NotNull
        public String getDescription()
      • setDescription

        @Stability(Stable)
        public void setDescription​(@NotNull
                                   String value)
      • getExpression

        @Stability(Stable)
        @NotNull
        public String getExpression()
      • setExpression

        @Stability(Stable)
        public void setExpression​(@NotNull
                                  String value)
      • getLocation

        @Stability(Stable)
        @NotNull
        public String getLocation()
      • setLocation

        @Stability(Stable)
        public void setLocation​(@NotNull
                                String value)
      • getTitle

        @Stability(Stable)
        @NotNull
        public String getTitle()
      • setTitle

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