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