Class CfnGatewayTargetPropsMixin.MetadataConfigurationProperty
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnGatewayTargetPropsMixin.MetadataConfigurationProperty : CfnGatewayTargetPropsMixin.IMetadataConfigurationProperty
Syntax (vb)
Public Class CfnGatewayTargetPropsMixin.MetadataConfigurationProperty Implements CfnGatewayTargetPropsMixin.IMetadataConfigurationProperty
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 metadataConfigurationProperty = new MetadataConfigurationProperty {
AllowedQueryParameters = new [] { "allowedQueryParameters" },
AllowedRequestHeaders = new [] { "allowedRequestHeaders" },
AllowedResponseHeaders = new [] { "allowedResponseHeaders" }
};
Synopsis
Constructors
| MetadataConfigurationProperty() |
Properties
| AllowedQueryParameters | |
| AllowedRequestHeaders | |
| AllowedResponseHeaders |
Constructors
MetadataConfigurationProperty()
public MetadataConfigurationProperty()
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 metadataConfigurationProperty = new MetadataConfigurationProperty {
AllowedQueryParameters = new [] { "allowedQueryParameters" },
AllowedRequestHeaders = new [] { "allowedRequestHeaders" },
AllowedResponseHeaders = new [] { "allowedResponseHeaders" }
};