Interface CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty

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

@Stability(Stable) public static interface CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty extends software.amazon.jsii.JsiiSerializable
The source that created a configuration bundle version.

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.*;
 VersionCreatedBySourceProperty versionCreatedBySourceProperty = VersionCreatedBySourceProperty.builder()
         .arn("arn")
         .name("name")
         .build();
 

See Also: