Interface CfnBrowserCustom.BrowserSigningProperty

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

@Stability(Stable) public static interface CfnBrowserCustom.BrowserSigningProperty extends software.amazon.jsii.JsiiSerializable
Browser signing configuration.

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.*;
 BrowserSigningProperty browserSigningProperty = BrowserSigningProperty.builder()
         .enabled(false)
         .build();
 

See Also: