Show / Hide Table of Contents

Class CfnConnection.OAuth2ClientApplicationProperty

The OAuth2Client application.

Inheritance
object
CfnConnection.OAuth2ClientApplicationProperty
Implements
CfnConnection.IOAuth2ClientApplicationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.OAuth2ClientApplicationProperty : CfnConnection.IOAuth2ClientApplicationProperty
Syntax (vb)
Public Class CfnConnection.OAuth2ClientApplicationProperty Implements 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

Constructors

OAuth2ClientApplicationProperty()

The OAuth2Client application.

Properties

AwsManagedClientApplicationReference

The AWS managed client application reference in the OAuth2Client application.

UserManagedClientApplicationClientId

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

Constructors

OAuth2ClientApplicationProperty()

The OAuth2Client application.

public OAuth2ClientApplicationProperty()
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"
             };

Properties

AwsManagedClientApplicationReference

The AWS managed client application reference in the OAuth2Client application.

public string? AwsManagedClientApplicationReference { get; set; }
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.

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

string

Remarks

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

Implements

CfnConnection.IOAuth2ClientApplicationProperty
Back to top Generated by DocFX