Class CfnGatewayTarget.OAuthCredentialProviderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.OAuthCredentialProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayTarget.OAuthCredentialProviderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayTarget.OAuthCredentialProviderProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayTarget.OAuthCredentialProviderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayTarget.OAuthCredentialProviderProperty
An implementation for
CfnGatewayTarget.OAuthCredentialProviderProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.OAuthCredentialProviderProperty
CfnGatewayTarget.OAuthCredentialProviderProperty.Builder, CfnGatewayTarget.OAuthCredentialProviderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayTarget.OAuthCredentialProviderProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe OAuth credential provider.final StringReturn URL for OAuth callback.final Stringfinal StringThe provider ARN for the gateway target.The OAuth credential provider scopes.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGatewayTarget.OAuthCredentialProviderProperty.Builder.
-
-
Method Details
-
getProviderArn
Description copied from interface:CfnGatewayTarget.OAuthCredentialProviderPropertyThe provider ARN for the gateway target.- Specified by:
getProviderArnin interfaceCfnGatewayTarget.OAuthCredentialProviderProperty- See Also:
-
getScopes
Description copied from interface:CfnGatewayTarget.OAuthCredentialProviderPropertyThe OAuth credential provider scopes.- Specified by:
getScopesin interfaceCfnGatewayTarget.OAuthCredentialProviderProperty- See Also:
-
getCustomParameters
Description copied from interface:CfnGatewayTarget.OAuthCredentialProviderPropertyThe OAuth credential provider.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getCustomParametersin interfaceCfnGatewayTarget.OAuthCredentialProviderProperty- See Also:
-
getDefaultReturnUrl
Description copied from interface:CfnGatewayTarget.OAuthCredentialProviderPropertyReturn URL for OAuth callback.- Specified by:
getDefaultReturnUrlin interfaceCfnGatewayTarget.OAuthCredentialProviderProperty- See Also:
-
getGrantType
- Specified by:
getGrantTypein interfaceCfnGatewayTarget.OAuthCredentialProviderProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-