Interface CfnApiKeyCredentialProvider.ApiKeySecretArnProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApiKeyCredentialProvider.ApiKeySecretArnProperty.Jsii$Proxy
- Enclosing class:
CfnApiKeyCredentialProvider
@Stability(Stable)
public static interface CfnApiKeyCredentialProvider.ApiKeySecretArnProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about the API key secret in AWS Secrets Manager.
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.*;
ApiKeySecretArnProperty apiKeySecretArnProperty = ApiKeySecretArnProperty.builder()
.secretArn("secretArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApiKeyCredentialProvider.ApiKeySecretArnPropertystatic final classAn implementation forCfnApiKeyCredentialProvider.ApiKeySecretArnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecretArn
The ARN of the secret in AWS Secrets Manager.- See Also:
-
builder
-