Interface CfnConfigurationBundle.ComponentConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationBundle.ComponentConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationBundle
@Stability(Stable)
public static interface CfnConfigurationBundle.ComponentConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a component within a configuration bundle.
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.*;
Object configuration;
ComponentConfigurationProperty componentConfigurationProperty = ComponentConfigurationProperty.builder()
.configuration(configuration)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationBundle.ComponentConfigurationPropertystatic final classAn implementation forCfnConfigurationBundle.ComponentConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The configuration values as a flexible JSON document.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfiguration
The configuration values as a flexible JSON document.- See Also:
-
builder
-