interface RuntimeTargetConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnGatewayTargetPropsMixin_RuntimeTargetConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnGatewayTargetPropsMixin » RuntimeTargetConfigurationProperty |
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 runtimeTargetConfigurationProperty: bedrockagentcore.CfnGatewayTargetPropsMixin.RuntimeTargetConfigurationProperty = {
arn: 'arn',
qualifier: 'qualifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | |
| qualifier? | string |
arn?
Type:
string
(optional)
qualifier?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript