Class CfnGatewayTarget.ProviderPrefixProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGatewayTarget.ProviderPrefixProperty : CfnGatewayTarget.IProviderPrefixProperty
Syntax (vb)
Public Class CfnGatewayTarget.ProviderPrefixProperty Implements CfnGatewayTarget.IProviderPrefixProperty
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 providerPrefixProperty = new ProviderPrefixProperty {
Separator = "separator",
Strip = false
};
Synopsis
Constructors
| ProviderPrefixProperty() |
Properties
| Separator | |
| Strip |
Constructors
ProviderPrefixProperty()
public ProviderPrefixProperty()
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 providerPrefixProperty = new ProviderPrefixProperty {
Separator = "separator",
Strip = false
};
Properties
Separator
public string? Separator { get; set; }
Property Value
Remarks
Strip
public object? Strip { get; set; }
Property Value
Remarks
Default: - false
Type union: either bool or IResolvable