Interface CfnPaymentCredentialProviderPropsMixin.SecretInfoProperty

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

@Stability(Stable) public static interface CfnPaymentCredentialProviderPropsMixin.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.cfnpropertymixins.services.bedrockagentcore.*;
 SecretInfoProperty secretInfoProperty = SecretInfoProperty.builder()
         .secretArn("secretArn")
         .build();
 

See Also: