Show / Hide Table of Contents

Interface CfnConnection.IOAuth2ClientApplicationProperty

The OAuth2Client application.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IOAuth2ClientApplicationProperty
Syntax (vb)
Public Interface CfnConnection.IOAuth2ClientApplicationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2clientapplication.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.DataZone;

             var oAuth2ClientApplicationProperty = new OAuth2ClientApplicationProperty {
                 AwsManagedClientApplicationReference = "awsManagedClientApplicationReference",
                 UserManagedClientApplicationClientId = "userManagedClientApplicationClientId"
             };

Synopsis

Properties

AwsManagedClientApplicationReference

The AWS managed client application reference in the OAuth2Client application.

UserManagedClientApplicationClientId

The user managed client application client ID in the OAuth2Client application.

Properties

AwsManagedClientApplicationReference

The AWS managed client application reference in the OAuth2Client application.

string? AwsManagedClientApplicationReference { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2clientapplication.html#cfn-datazone-connection-oauth2clientapplication-awsmanagedclientapplicationreference

UserManagedClientApplicationClientId

The user managed client application client ID in the OAuth2Client application.

string? UserManagedClientApplicationClientId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-oauth2clientapplication.html#cfn-datazone-connection-oauth2clientapplication-usermanagedclientapplicationclientid

Back to top Generated by DocFX