Class IamDenyPolicyRulesDenyRuleOutputReference

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

      • IamDenyPolicyRulesDenyRuleOutputReference

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

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

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

      • resetDenialCondition

        @Stability(Stable)
        public void resetDenialCondition()
      • resetDeniedPermissions

        @Stability(Stable)
        public void resetDeniedPermissions()
      • resetDeniedPrincipals

        @Stability(Stable)
        public void resetDeniedPrincipals()
      • resetExceptionPermissions

        @Stability(Stable)
        public void resetExceptionPermissions()
      • resetExceptionPrincipals

        @Stability(Stable)
        public void resetExceptionPrincipals()
      • getDeniedPermissionsInput

        @Stability(Stable)
        @Nullable
        public List<String> getDeniedPermissionsInput()
      • getDeniedPrincipalsInput

        @Stability(Stable)
        @Nullable
        public List<String> getDeniedPrincipalsInput()
      • getExceptionPermissionsInput

        @Stability(Stable)
        @Nullable
        public List<String> getExceptionPermissionsInput()
      • getExceptionPrincipalsInput

        @Stability(Stable)
        @Nullable
        public List<String> getExceptionPrincipalsInput()
      • getDeniedPermissions

        @Stability(Stable)
        @NotNull
        public List<String> getDeniedPermissions()
      • setDeniedPermissions

        @Stability(Stable)
        public void setDeniedPermissions​(@NotNull
                                         List<String> value)
      • getDeniedPrincipals

        @Stability(Stable)
        @NotNull
        public List<String> getDeniedPrincipals()
      • setDeniedPrincipals

        @Stability(Stable)
        public void setDeniedPrincipals​(@NotNull
                                        List<String> value)
      • getExceptionPermissions

        @Stability(Stable)
        @NotNull
        public List<String> getExceptionPermissions()
      • setExceptionPermissions

        @Stability(Stable)
        public void setExceptionPermissions​(@NotNull
                                            List<String> value)
      • getExceptionPrincipals

        @Stability(Stable)
        @NotNull
        public List<String> getExceptionPrincipals()
      • setExceptionPrincipals

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