Class IdentityPlatformConfigMultiTenantOutputReference

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

      • IdentityPlatformConfigMultiTenantOutputReference

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

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

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

      • resetAllowTenants

        @Stability(Stable)
        public void resetAllowTenants()
      • resetDefaultTenantLocation

        @Stability(Stable)
        public void resetDefaultTenantLocation()
      • getAllowTenantsInput

        @Stability(Stable)
        @Nullable
        public Object getAllowTenantsInput()
      • getDefaultTenantLocationInput

        @Stability(Stable)
        @Nullable
        public String getDefaultTenantLocationInput()
      • getAllowTenants

        @Stability(Stable)
        @NotNull
        public Object getAllowTenants()
      • setAllowTenants

        @Stability(Stable)
        public void setAllowTenants​(@NotNull
                                    Boolean value)
      • setAllowTenants

        @Stability(Stable)
        public void setAllowTenants​(@NotNull
                                    com.hashicorp.cdktf.IResolvable value)
      • getDefaultTenantLocation

        @Stability(Stable)
        @NotNull
        public String getDefaultTenantLocation()
      • setDefaultTenantLocation

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