Class IdentityPlatformConfigMfaOutputReference

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

      • IdentityPlatformConfigMfaOutputReference

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

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

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

      • putProviderConfigs

        @Stability(Stable)
        public void putProviderConfigs​(@NotNull
                                       Object value)
        Parameters:
        value - This parameter is required.
      • resetEnabledProviders

        @Stability(Stable)
        public void resetEnabledProviders()
      • resetProviderConfigs

        @Stability(Stable)
        public void resetProviderConfigs()
      • resetState

        @Stability(Stable)
        public void resetState()
      • getEnabledProvidersInput

        @Stability(Stable)
        @Nullable
        public List<String> getEnabledProvidersInput()
      • getProviderConfigsInput

        @Stability(Stable)
        @Nullable
        public Object getProviderConfigsInput()
      • getStateInput

        @Stability(Stable)
        @Nullable
        public String getStateInput()
      • getEnabledProviders

        @Stability(Stable)
        @NotNull
        public List<String> getEnabledProviders()
      • setEnabledProviders

        @Stability(Stable)
        public void setEnabledProviders​(@NotNull
                                        List<String> value)
      • getState

        @Stability(Stable)
        @NotNull
        public String getState()
      • setState

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