Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-configurationbundle-versioncreatedbysource.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-configurationbundle-versioncreatedbysource.html#cfn-bedrockagentcore-configurationbundle-versioncreatedbysource-arn

Name

The name of the source (for example, user, optimization-job, or system).

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-configurationbundle-versioncreatedbysource.html#cfn-bedrockagentcore-configurationbundle-versioncreatedbysource-name

Back to top Generated by DocFX