Interface CfnPaymentCredentialProvider.SecretInfoProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPaymentCredentialProvider.SecretInfoProperty.Jsii$Proxy
Enclosing class:
CfnPaymentCredentialProvider

@Stability(Stable) public static interface CfnPaymentCredentialProvider.SecretInfoProperty extends software.amazon.jsii.JsiiSerializable
Contains information about a 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.*;
 SecretInfoProperty secretInfoProperty = SecretInfoProperty.builder()
         .secretArn("secretArn")
         .build();
 

See Also: