Interface CfnApiKeyCredentialProviderMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApiKeyCredentialProviderMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:09.451Z")
@Stability(Stable)
public interface CfnApiKeyCredentialProviderMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnApiKeyCredentialProviderPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
CfnApiKeyCredentialProviderMixinProps cfnApiKeyCredentialProviderMixinProps = CfnApiKeyCredentialProviderMixinProps.builder()
.apiKey("apiKey")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApiKeyCredentialProviderMixinPropsstatic final classAn implementation forCfnApiKeyCredentialProviderMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApiKey
The API key to use for authentication.- See Also:
-
getName
The name of the API key credential provider.- See Also:
-
getTags
Tags to assign to the API key credential provider.- See Also:
-
builder
-