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: