Class SagemakerWorkforceOidcConfigOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.sagemaker_workforce.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description SagemakerWorkforceOidcConfigOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedSagemakerWorkforceOidcConfigOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedSagemakerWorkforceOidcConfigOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorizationEndpoint()StringgetAuthorizationEndpointInput()StringgetClientId()StringgetClientIdInput()StringgetClientSecret()StringgetClientSecretInput()SagemakerWorkforceOidcConfiggetInternalValue()StringgetIssuer()StringgetIssuerInput()StringgetJwksUri()StringgetJwksUriInput()StringgetLogoutEndpoint()StringgetLogoutEndpointInput()StringgetTokenEndpoint()StringgetTokenEndpointInput()StringgetUserInfoEndpoint()StringgetUserInfoEndpointInput()voidsetAuthorizationEndpoint(String value)voidsetClientId(String value)voidsetClientSecret(String value)voidsetInternalValue(SagemakerWorkforceOidcConfig value)voidsetIssuer(String value)voidsetJwksUri(String value)voidsetLogoutEndpoint(String value)voidsetTokenEndpoint(String value)voidsetUserInfoEndpoint(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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)
-
getInternalValue
@Stability(Stable) @Nullable public SagemakerWorkforceOidcConfig getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable SagemakerWorkforceOidcConfig value)
-
-