Interface CfnConfigurationBundlePropsMixin.IVersionCreatedBySourceProperty
The source that created a configuration bundle version.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnConfigurationBundlePropsMixin.IVersionCreatedBySourceProperty
Syntax (vb)
Public Interface CfnConfigurationBundlePropsMixin.IVersionCreatedBySourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var versionCreatedBySourceProperty = new VersionCreatedBySourceProperty {
Arn = "arn",
Name = "name"
};
Synopsis
Properties
| Arn | The Amazon Resource Name (ARN) of the source, if applicable. |
| Name | The name of the source (for example, user, optimization-job, or system). |
Properties
Arn
The Amazon Resource Name (ARN) of the source, if applicable.
string? Arn { get; }
Property Value
Remarks
Name
The name of the source (for example, user, optimization-job, or system).
string? Name { get; }