Class SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomCustomConstraintOutputReference

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

      • SecurityposturePosturePolicySetsPoliciesConstraintOrgPolicyConstraintCustomCustomConstraintOutputReference

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

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

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

        @Stability(Stable)
        public void resetDisplayName()
      • getActionTypeInput

        @Stability(Stable)
        @Nullable
        public String getActionTypeInput()
      • getConditionInput

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

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

        @Stability(Stable)
        @Nullable
        public String getDisplayNameInput()
      • getMethodTypesInput

        @Stability(Stable)
        @Nullable
        public List<String> getMethodTypesInput()
      • getNameInput

        @Stability(Stable)
        @Nullable
        public String getNameInput()
      • getResourceTypesInput

        @Stability(Stable)
        @Nullable
        public List<String> getResourceTypesInput()
      • getActionType

        @Stability(Stable)
        @NotNull
        public String getActionType()
      • setActionType

        @Stability(Stable)
        public void setActionType​(@NotNull
                                  String value)
      • getCondition

        @Stability(Stable)
        @NotNull
        public String getCondition()
      • setCondition

        @Stability(Stable)
        public void setCondition​(@NotNull
                                 String value)
      • getDescription

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

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

        @Stability(Stable)
        @NotNull
        public String getDisplayName()
      • setDisplayName

        @Stability(Stable)
        public void setDisplayName​(@NotNull
                                   String value)
      • getMethodTypes

        @Stability(Stable)
        @NotNull
        public List<String> getMethodTypes()
      • setMethodTypes

        @Stability(Stable)
        public void setMethodTypes​(@NotNull
                                   List<String> value)
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • setName

        @Stability(Stable)
        public void setName​(@NotNull
                            String value)
      • getResourceTypes

        @Stability(Stable)
        @NotNull
        public List<String> getResourceTypes()
      • setResourceTypes

        @Stability(Stable)
        public void setResourceTypes​(@NotNull
                                     List<String> value)