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