Class CfnConfigurationBundle.VersionLineageMetadataProperty
The version lineage metadata that tracks parent versions and creation source.
Inherited Members
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConfigurationBundle.VersionLineageMetadataProperty : CfnConfigurationBundle.IVersionLineageMetadataProperty
Syntax (vb)
Public Class CfnConfigurationBundle.VersionLineageMetadataProperty Implements CfnConfigurationBundle.IVersionLineageMetadataProperty
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.AWS.BedrockAgentCore;
var versionLineageMetadataProperty = new VersionLineageMetadataProperty {
BranchName = "branchName",
CommitMessage = "commitMessage",
CreatedBy = new VersionCreatedBySourceProperty {
Name = "name",
// the properties below are optional
Arn = "arn"
},
ParentVersionIds = new [] { "parentVersionIds" }
};
Synopsis
Constructors
| VersionLineageMetadataProperty() | The version lineage metadata that tracks parent versions and creation source. |
Properties
| BranchName | The branch name for this version. |
| CommitMessage | A commit message describing the changes in this version. |
| CreatedBy | The source that created a configuration bundle version. |
| ParentVersionIds | A list of parent version identifiers. |
Constructors
VersionLineageMetadataProperty()
The version lineage metadata that tracks parent versions and creation source.
public VersionLineageMetadataProperty()
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.AWS.BedrockAgentCore;
var versionLineageMetadataProperty = new VersionLineageMetadataProperty {
BranchName = "branchName",
CommitMessage = "commitMessage",
CreatedBy = new VersionCreatedBySourceProperty {
Name = "name",
// the properties below are optional
Arn = "arn"
},
ParentVersionIds = new [] { "parentVersionIds" }
};
Properties
BranchName
The branch name for this version.
public string? BranchName { get; set; }
Property Value
Remarks
CommitMessage
A commit message describing the changes in this version.
public string? CommitMessage { get; set; }
Property Value
Remarks
CreatedBy
The source that created a configuration bundle version.
public object? CreatedBy { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnConfigurationBundle.IVersionCreatedBySourceProperty
ParentVersionIds
A list of parent version identifiers.
public string[]? ParentVersionIds { get; set; }
Property Value
string[]