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