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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConfigurationBundle.VersionCreatedBySourcePropertystatic final classAn implementation forCfnConfigurationBundle.VersionCreatedBySourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the source (for example, user, optimization-job, or system).- See Also:
-
getArn
The Amazon Resource Name (ARN) of the source, if applicable.- See Also:
-
builder
-