Interface CfnApiKeyCredentialProviderPropsMixin.ApiKeySecretArnProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApiKeyCredentialProviderPropsMixin.ApiKeySecretArnProperty.Jsii$Proxy
- Enclosing class:
CfnApiKeyCredentialProviderPropsMixin
@Stability(Stable)
public static interface CfnApiKeyCredentialProviderPropsMixin.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.cfnpropertymixins.services.bedrockagentcore.*;
ApiKeySecretArnProperty apiKeySecretArnProperty = ApiKeySecretArnProperty.builder()
.secretArn("secretArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnApiKeyCredentialProviderPropsMixin.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
@Stability(Stable) static CfnApiKeyCredentialProviderPropsMixin.ApiKeySecretArnProperty.Builder builder()
-