Class SagemakerWorkforceOidcConfigOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.990Z")
    @Stability(Stable)
    public class SagemakerWorkforceOidcConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • SagemakerWorkforceOidcConfigOutputReference

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

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

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

      • getAuthorizationEndpointInput

        @Stability(Stable)
        @Nullable
        public String getAuthorizationEndpointInput()
      • getClientIdInput

        @Stability(Stable)
        @Nullable
        public String getClientIdInput()
      • getClientSecretInput

        @Stability(Stable)
        @Nullable
        public String getClientSecretInput()
      • getIssuerInput

        @Stability(Stable)
        @Nullable
        public String getIssuerInput()
      • getJwksUriInput

        @Stability(Stable)
        @Nullable
        public String getJwksUriInput()
      • getLogoutEndpointInput

        @Stability(Stable)
        @Nullable
        public String getLogoutEndpointInput()
      • getTokenEndpointInput

        @Stability(Stable)
        @Nullable
        public String getTokenEndpointInput()
      • getUserInfoEndpointInput

        @Stability(Stable)
        @Nullable
        public String getUserInfoEndpointInput()
      • getAuthorizationEndpoint

        @Stability(Stable)
        @NotNull
        public String getAuthorizationEndpoint()
      • setAuthorizationEndpoint

        @Stability(Stable)
        public void setAuthorizationEndpoint​(@NotNull
                                             String value)
      • getClientId

        @Stability(Stable)
        @NotNull
        public String getClientId()
      • setClientId

        @Stability(Stable)
        public void setClientId​(@NotNull
                                String value)
      • getClientSecret

        @Stability(Stable)
        @NotNull
        public String getClientSecret()
      • setClientSecret

        @Stability(Stable)
        public void setClientSecret​(@NotNull
                                    String value)
      • getIssuer

        @Stability(Stable)
        @NotNull
        public String getIssuer()
      • setIssuer

        @Stability(Stable)
        public void setIssuer​(@NotNull
                              String value)
      • getJwksUri

        @Stability(Stable)
        @NotNull
        public String getJwksUri()
      • setJwksUri

        @Stability(Stable)
        public void setJwksUri​(@NotNull
                               String value)
      • getLogoutEndpoint

        @Stability(Stable)
        @NotNull
        public String getLogoutEndpoint()
      • setLogoutEndpoint

        @Stability(Stable)
        public void setLogoutEndpoint​(@NotNull
                                      String value)
      • getTokenEndpoint

        @Stability(Stable)
        @NotNull
        public String getTokenEndpoint()
      • setTokenEndpoint

        @Stability(Stable)
        public void setTokenEndpoint​(@NotNull
                                     String value)
      • getUserInfoEndpoint

        @Stability(Stable)
        @NotNull
        public String getUserInfoEndpoint()
      • setUserInfoEndpoint

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