Show / Hide Table of Contents

Class CfnConnection.GlueOAuth2CredentialsProperty

The GlueOAuth2 credentials of a connection.

Inheritance
object
CfnConnection.GlueOAuth2CredentialsProperty
Implements
CfnConnection.IGlueOAuth2CredentialsProperty
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.GlueOAuth2CredentialsProperty : CfnConnection.IGlueOAuth2CredentialsProperty
Syntax (vb)
Public Class CfnConnection.GlueOAuth2CredentialsProperty Implements CfnConnection.IGlueOAuth2CredentialsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueoauth2credentials.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 glueOAuth2CredentialsProperty = new GlueOAuth2CredentialsProperty {
                 AccessToken = "accessToken",
                 JwtToken = "jwtToken",
                 RefreshToken = "refreshToken",
                 UserManagedClientApplicationClientSecret = "userManagedClientApplicationClientSecret"
             };

Synopsis

Constructors

GlueOAuth2CredentialsProperty()

The GlueOAuth2 credentials of a connection.

Properties

AccessToken

The access token of a connection.

JwtToken

The jwt token of the connection.

RefreshToken

The refresh token of the connection.

UserManagedClientApplicationClientSecret

The user managed client application client secret of the connection.

Constructors

GlueOAuth2CredentialsProperty()

The GlueOAuth2 credentials of a connection.

public GlueOAuth2CredentialsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-glueoauth2credentials.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 glueOAuth2CredentialsProperty = new GlueOAuth2CredentialsProperty {
                 AccessToken = "accessToken",
                 JwtToken = "jwtToken",
                 RefreshToken = "refreshToken",
                 UserManagedClientApplicationClientSecret = "userManagedClientApplicationClientSecret"
             };

Properties

AccessToken

The access token of a connection.

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

string

Remarks

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

JwtToken

The jwt token of the connection.

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

string

Remarks

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

RefreshToken

The refresh token of the connection.

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

string

Remarks

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

UserManagedClientApplicationClientSecret

The user managed client application client secret of the connection.

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

string

Remarks

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

Implements

CfnConnection.IGlueOAuth2CredentialsProperty
Back to top Generated by DocFX