Show / Hide Table of Contents

Class CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty

Input configuration for a LinkedIn OAuth2 provider.

Inheritance
object
CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty
Implements
CfnOAuth2CredentialProviderPropsMixin.ILinkedinOauth2ProviderConfigInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty : CfnOAuth2CredentialProviderPropsMixin.ILinkedinOauth2ProviderConfigInputProperty
Syntax (vb)
Public Class CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty Implements CfnOAuth2CredentialProviderPropsMixin.ILinkedinOauth2ProviderConfigInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-oauth2credentialprovider-linkedinoauth2providerconfiginput.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var linkedinOauth2ProviderConfigInputProperty = new LinkedinOauth2ProviderConfigInputProperty {
                 ClientId = "clientId",
                 ClientSecret = "clientSecret"
             };

Synopsis

Constructors

LinkedinOauth2ProviderConfigInputProperty()

Input configuration for a LinkedIn OAuth2 provider.

Properties

ClientId

Input configuration for a LinkedIn OAuth2 provider.

ClientSecret

Input configuration for a LinkedIn OAuth2 provider.

Constructors

LinkedinOauth2ProviderConfigInputProperty()

Input configuration for a LinkedIn OAuth2 provider.

public LinkedinOauth2ProviderConfigInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-oauth2credentialprovider-linkedinoauth2providerconfiginput.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.CfnPropertyMixins.AWS.BedrockAgentCore;

             var linkedinOauth2ProviderConfigInputProperty = new LinkedinOauth2ProviderConfigInputProperty {
                 ClientId = "clientId",
                 ClientSecret = "clientSecret"
             };

Properties

ClientId

Input configuration for a LinkedIn OAuth2 provider.

public string? ClientId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-oauth2credentialprovider-linkedinoauth2providerconfiginput.html#cfn-bedrockagentcore-oauth2credentialprovider-linkedinoauth2providerconfiginput-clientid

ClientSecret

Input configuration for a LinkedIn OAuth2 provider.

public string? ClientSecret { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-oauth2credentialprovider-linkedinoauth2providerconfiginput.html#cfn-bedrockagentcore-oauth2credentialprovider-linkedinoauth2providerconfiginput-clientsecret

Implements

CfnOAuth2CredentialProviderPropsMixin.ILinkedinOauth2ProviderConfigInputProperty
Back to top Generated by DocFX