Show / Hide Table of Contents

Class CfnConnection.AuthorizationCodePropertiesProperty

The authorization code properties of a connection.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authorizationcodeproperties.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 authorizationCodePropertiesProperty = new AuthorizationCodePropertiesProperty {
                 AuthorizationCode = "authorizationCode",
                 RedirectUri = "redirectUri"
             };

Synopsis

Constructors

AuthorizationCodePropertiesProperty()

The authorization code properties of a connection.

Properties

AuthorizationCode

The authorization code of a connection.

RedirectUri

The redirect URI of a connection.

Constructors

AuthorizationCodePropertiesProperty()

The authorization code properties of a connection.

public AuthorizationCodePropertiesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-authorizationcodeproperties.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 authorizationCodePropertiesProperty = new AuthorizationCodePropertiesProperty {
                 AuthorizationCode = "authorizationCode",
                 RedirectUri = "redirectUri"
             };

Properties

AuthorizationCode

The authorization code of a connection.

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

string

Remarks

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

RedirectUri

The redirect URI of a connection.

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

string

Remarks

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

Implements

CfnConnection.IAuthorizationCodePropertiesProperty
Back to top Generated by DocFX