Class IamWorkforcePoolProviderOidcWebSsoConfigOutputReference

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

      • IamWorkforcePoolProviderOidcWebSsoConfigOutputReference

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

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

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

      • resetAdditionalScopes

        @Stability(Stable)
        public void resetAdditionalScopes()
      • getAdditionalScopesInput

        @Stability(Stable)
        @Nullable
        public List<String> getAdditionalScopesInput()
      • getAssertionClaimsBehaviorInput

        @Stability(Stable)
        @Nullable
        public String getAssertionClaimsBehaviorInput()
      • getResponseTypeInput

        @Stability(Stable)
        @Nullable
        public String getResponseTypeInput()
      • getAdditionalScopes

        @Stability(Stable)
        @NotNull
        public List<String> getAdditionalScopes()
      • setAdditionalScopes

        @Stability(Stable)
        public void setAdditionalScopes​(@NotNull
                                        List<String> value)
      • getAssertionClaimsBehavior

        @Stability(Stable)
        @NotNull
        public String getAssertionClaimsBehavior()
      • setAssertionClaimsBehavior

        @Stability(Stable)
        public void setAssertionClaimsBehavior​(@NotNull
                                               String value)
      • getResponseType

        @Stability(Stable)
        @NotNull
        public String getResponseType()
      • setResponseType

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