Interface CfnConfigurationBundle.VersionCreatedBySourceProperty

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

@Stability(Stable) public static interface CfnConfigurationBundle.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.services.bedrockagentcore.*;
 VersionCreatedBySourceProperty versionCreatedBySourceProperty = VersionCreatedBySourceProperty.builder()
         .name("name")
         // the properties below are optional
         .arn("arn")
         .build();
 

See Also: