Interface CfnConfigurationBundlePropsMixin.ComponentConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConfigurationBundlePropsMixin.ComponentConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConfigurationBundlePropsMixin
@Stability(Stable)
public static interface CfnConfigurationBundlePropsMixin.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.cfnpropertymixins.services.bedrockagentcore.*;
Object configuration;
ComponentConfigurationProperty componentConfigurationProperty = ComponentConfigurationProperty.builder()
.configuration(configuration)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConfigurationBundlePropsMixin.ComponentConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConfiguration
The configuration values as a flexible JSON document.- See Also:
-
builder
@Stability(Stable) static CfnConfigurationBundlePropsMixin.ComponentConfigurationProperty.Builder builder()
-