Interface CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.Jsii$Proxy
- Enclosing class:
CfnOAuth2CredentialProviderPropsMixin
@Stability(Stable)
public static interface CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty
extends software.amazon.jsii.JsiiSerializable
Input configuration for a LinkedIn OAuth2 provider.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
LinkedinOauth2ProviderConfigInputProperty linkedinOauth2ProviderConfigInputProperty = LinkedinOauth2ProviderConfigInputProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientId
- See Also:
-
getClientSecret
- See Also:
-
builder
@Stability(Stable) static CfnOAuth2CredentialProviderPropsMixin.LinkedinOauth2ProviderConfigInputProperty.Builder builder()
-