Interface CfnCodeInterpreterCustom.CertificateLocationProperty

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

@Stability(Stable) public static interface CfnCodeInterpreterCustom.CertificateLocationProperty extends software.amazon.jsii.JsiiSerializable
Certificate location in 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.*;
 CertificateLocationProperty certificateLocationProperty = CertificateLocationProperty.builder()
         .secretArn("secretArn")
         .build();
 

See Also: