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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.CfnGatewayTarget.ApiKeyCredentialProviderProperty
CfnGatewayTarget.ApiKeyCredentialProviderProperty.Builder, CfnGatewayTarget.ApiKeyCredentialProviderProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGatewayTarget.ApiKeyCredentialProviderProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The credential location for the gateway target.final String
The credential parameter name for the provider for the gateway target.final String
The API key credential provider for the gateway target.final String
The provider ARN for the gateway target.final int
hashCode()
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.ApiKeyCredentialProviderProperty
The provider ARN for the gateway target.- Specified by:
getProviderArn
in interfaceCfnGatewayTarget.ApiKeyCredentialProviderProperty
- See Also:
-
getCredentialLocation
Description copied from interface:CfnGatewayTarget.ApiKeyCredentialProviderProperty
The credential location for the gateway target.- Specified by:
getCredentialLocation
in interfaceCfnGatewayTarget.ApiKeyCredentialProviderProperty
- See Also:
-
getCredentialParameterName
Description copied from interface:CfnGatewayTarget.ApiKeyCredentialProviderProperty
The credential parameter name for the provider for the gateway target.- Specified by:
getCredentialParameterName
in interfaceCfnGatewayTarget.ApiKeyCredentialProviderProperty
- See Also:
-
getCredentialPrefix
Description copied from interface:CfnGatewayTarget.ApiKeyCredentialProviderProperty
The API key credential provider for the gateway target.- Specified by:
getCredentialPrefix
in interfaceCfnGatewayTarget.ApiKeyCredentialProviderProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-