Interface CfnGatewayTarget.ApiKeyCredentialProviderProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGatewayTarget.ApiKeyCredentialProviderProperty.Jsii$Proxy
- Enclosing class:
CfnGatewayTarget
@Stability(Stable)
public static interface CfnGatewayTarget.ApiKeyCredentialProviderProperty
extends software.amazon.jsii.JsiiSerializable
The API key credential provider for the gateway target.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.bedrockagentcore.*; ApiKeyCredentialProviderProperty apiKeyCredentialProviderProperty = ApiKeyCredentialProviderProperty.builder() .providerArn("providerArn") // the properties below are optional .credentialLocation("credentialLocation") .credentialParameterName("credentialParameterName") .credentialPrefix("credentialPrefix") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnGatewayTarget.ApiKeyCredentialProviderProperty
static final class
An implementation forCfnGatewayTarget.ApiKeyCredentialProviderProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
The credential location for the gateway target.default String
The credential parameter name for the provider for the gateway target.default String
The API key credential provider for the gateway target.The provider ARN for the gateway target.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProviderArn
The provider ARN for the gateway target.- See Also:
-
getCredentialLocation
The credential location for the gateway target.- See Also:
-
getCredentialParameterName
The credential parameter name for the provider for the gateway target.- See Also:
-
getCredentialPrefix
The API key credential provider for the gateway target.- See Also:
-
builder
-