Interface CfnBrowserCustom.BrowserNetworkConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBrowserCustom.BrowserNetworkConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnBrowserCustom
@Stability(Stable)
public static interface CfnBrowserCustom.BrowserNetworkConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Network configuration for browser.
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.*; BrowserNetworkConfigurationProperty browserNetworkConfigurationProperty = BrowserNetworkConfigurationProperty.builder() .networkMode("networkMode") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBrowserCustom.BrowserNetworkConfigurationProperty
static final class
An implementation forCfnBrowserCustom.BrowserNetworkConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNetworkMode
Network modes supported by browser.- See Also:
-
builder
-