Class CfnGatewayTarget.ApiKeyCredentialProviderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.ApiKeyCredentialProviderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayTarget.ApiKeyCredentialProviderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayTarget.ApiKeyCredentialProviderProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayTarget.ApiKeyCredentialProviderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayTarget.ApiKeyCredentialProviderProperty
An implementation for
CfnGatewayTarget.ApiKeyCredentialProviderProperty-
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.ApiKeyCredentialProviderProperty
CfnGatewayTarget.ApiKeyCredentialProviderProperty.Builder, CfnGatewayTarget.ApiKeyCredentialProviderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayTarget.ApiKeyCredentialProviderProperty.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 credential location for the gateway target.final StringThe credential parameter name for the provider for the gateway target.final StringThe API key credential provider for the gateway target.final StringThe provider ARN for the gateway target.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.ApiKeyCredentialProviderProperty.Builder.
-
-
Method Details
-
getProviderArn
Description copied from interface:CfnGatewayTarget.ApiKeyCredentialProviderPropertyThe provider ARN for the gateway target.- Specified by:
getProviderArnin interfaceCfnGatewayTarget.ApiKeyCredentialProviderProperty- See Also:
-
getCredentialLocation
Description copied from interface:CfnGatewayTarget.ApiKeyCredentialProviderPropertyThe credential location for the gateway target.- Specified by:
getCredentialLocationin interfaceCfnGatewayTarget.ApiKeyCredentialProviderProperty- See Also:
-
getCredentialParameterName
Description copied from interface:CfnGatewayTarget.ApiKeyCredentialProviderPropertyThe credential parameter name for the provider for the gateway target.- Specified by:
getCredentialParameterNamein interfaceCfnGatewayTarget.ApiKeyCredentialProviderProperty- See Also:
-
getCredentialPrefix
Description copied from interface:CfnGatewayTarget.ApiKeyCredentialProviderPropertyThe API key credential provider for the gateway target.- Specified by:
getCredentialPrefixin interfaceCfnGatewayTarget.ApiKeyCredentialProviderProperty- 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()
-