interface VersionCreatedBySourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnConfigurationBundlePropsMixin_VersionCreatedBySourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnConfigurationBundlePropsMixin » VersionCreatedBySourceProperty |
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 { aws_bedrockagentcore as bedrockagentcore } from '@aws-cdk/cfn-property-mixins';
const versionCreatedBySourceProperty: bedrockagentcore.CfnConfigurationBundlePropsMixin.VersionCreatedBySourceProperty = {
arn: 'arn',
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The Amazon Resource Name (ARN) of the source, if applicable. |
| name? | string | The name of the source (for example, user, optimization-job, or system). |
arn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the source, if applicable.
name?
Type:
string
(optional)
The name of the source (for example, user, optimization-job, or system).

.NET
Go
Java
Python
TypeScript