Show / Hide Table of Contents

Interface CfnHarness.IOAuthCredentialProviderProperty

Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnHarness.IOAuthCredentialProviderProperty
Syntax (vb)
Public Interface CfnHarness.IOAuthCredentialProviderProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-oauthcredentialprovider.html

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 oAuthCredentialProviderProperty = new OAuthCredentialProviderProperty {
                 ProviderArn = "providerArn",
                 Scopes = new [] { "scopes" },

                 // the properties below are optional
                 CustomParameters = new Dictionary<string, string> {
                     { "customParametersKey", "customParameters" }
                 },
                 DefaultReturnUrl = "defaultReturnUrl",
                 GrantType = "grantType"
             };

Synopsis

Properties

CustomParameters
DefaultReturnUrl
GrantType
ProviderArn
Scopes

Properties

CustomParameters

object? CustomParameters { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-oauthcredentialprovider.html#cfn-bedrockagentcore-harness-oauthcredentialprovider-customparameters

Type union: either IResolvable or Dictionary<string, string>

DefaultReturnUrl

string? DefaultReturnUrl { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-oauthcredentialprovider.html#cfn-bedrockagentcore-harness-oauthcredentialprovider-defaultreturnurl

GrantType

string? GrantType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-oauthcredentialprovider.html#cfn-bedrockagentcore-harness-oauthcredentialprovider-granttype

ProviderArn

string ProviderArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-oauthcredentialprovider.html#cfn-bedrockagentcore-harness-oauthcredentialprovider-providerarn

Scopes

string[] Scopes { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-harness-oauthcredentialprovider.html#cfn-bedrockagentcore-harness-oauthcredentialprovider-scopes

Back to top Generated by DocFX