Class CfnOAuth2CredentialProviderProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnOAuth2CredentialProviderProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOAuth2CredentialProviderProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOAuth2CredentialProviderProps
@Stability(Stable)
@Internal
public static final class CfnOAuth2CredentialProviderProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOAuth2CredentialProviderProps
An implementation for
CfnOAuth2CredentialProviderProps-
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.CfnOAuth2CredentialProviderProps
CfnOAuth2CredentialProviderProps.Builder, CfnOAuth2CredentialProviderProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOAuth2CredentialProviderProps.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 StringThe vendor of the OAuth2 credential provider.final StringgetName()The name of the OAuth2 credential provider.final ObjectInput configuration for an OAuth2 provider.getTags()Tags to assign to the OAuth2 credential provider.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 theCfnOAuth2CredentialProviderProps.Builder.
-
-
Method Details
-
getCredentialProviderVendor
Description copied from interface:CfnOAuth2CredentialProviderPropsThe vendor of the OAuth2 credential provider.- Specified by:
getCredentialProviderVendorin interfaceCfnOAuth2CredentialProviderProps- See Also:
-
getName
Description copied from interface:CfnOAuth2CredentialProviderPropsThe name of the OAuth2 credential provider.- Specified by:
getNamein interfaceCfnOAuth2CredentialProviderProps- See Also:
-
getOauth2ProviderConfigInput
Description copied from interface:CfnOAuth2CredentialProviderPropsInput configuration for an OAuth2 provider.Returns union: either
IResolvableorCfnOAuth2CredentialProvider.Oauth2ProviderConfigInputProperty- Specified by:
getOauth2ProviderConfigInputin interfaceCfnOAuth2CredentialProviderProps- See Also:
-
getTags
Description copied from interface:CfnOAuth2CredentialProviderPropsTags to assign to the OAuth2 credential provider.- Specified by:
getTagsin interfaceCfnOAuth2CredentialProviderProps- 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()
-