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