Show / Hide Table of Contents

Class CfnActionConnectorPropsMixin.AuthorizationCodeGrantMetadataProperty

Inheritance
object
CfnActionConnectorPropsMixin.AuthorizationCodeGrantMetadataProperty
Implements
CfnActionConnectorPropsMixin.IAuthorizationCodeGrantMetadataProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnActionConnectorPropsMixin.AuthorizationCodeGrantMetadataProperty : CfnActionConnectorPropsMixin.IAuthorizationCodeGrantMetadataProperty
Syntax (vb)
Public Class CfnActionConnectorPropsMixin.AuthorizationCodeGrantMetadataProperty Implements CfnActionConnectorPropsMixin.IAuthorizationCodeGrantMetadataProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantmetadata.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var authorizationCodeGrantMetadataProperty = new AuthorizationCodeGrantMetadataProperty {
                 AuthorizationCodeGrantCredentialsDetails = new AuthorizationCodeGrantCredentialsDetailsProperty {
                     AuthorizationCodeGrantDetails = new AuthorizationCodeGrantDetailsProperty {
                         AuthorizationEndpoint = "authorizationEndpoint",
                         ClientId = "clientId",
                         ClientSecret = "clientSecret",
                         TokenEndpoint = "tokenEndpoint"
                     }
                 },
                 AuthorizationCodeGrantCredentialsSource = "authorizationCodeGrantCredentialsSource",
                 BaseEndpoint = "baseEndpoint",
                 RedirectUrl = "redirectUrl"
             };

Synopsis

Constructors

AuthorizationCodeGrantMetadataProperty()

Properties

AuthorizationCodeGrantCredentialsDetails
AuthorizationCodeGrantCredentialsSource
BaseEndpoint
RedirectUrl

Constructors

AuthorizationCodeGrantMetadataProperty()

public AuthorizationCodeGrantMetadataProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantmetadata.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var authorizationCodeGrantMetadataProperty = new AuthorizationCodeGrantMetadataProperty {
                 AuthorizationCodeGrantCredentialsDetails = new AuthorizationCodeGrantCredentialsDetailsProperty {
                     AuthorizationCodeGrantDetails = new AuthorizationCodeGrantDetailsProperty {
                         AuthorizationEndpoint = "authorizationEndpoint",
                         ClientId = "clientId",
                         ClientSecret = "clientSecret",
                         TokenEndpoint = "tokenEndpoint"
                     }
                 },
                 AuthorizationCodeGrantCredentialsSource = "authorizationCodeGrantCredentialsSource",
                 BaseEndpoint = "baseEndpoint",
                 RedirectUrl = "redirectUrl"
             };

Properties

AuthorizationCodeGrantCredentialsDetails

public object? AuthorizationCodeGrantCredentialsDetails { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantmetadata.html#cfn-quicksight-actionconnector-authorizationcodegrantmetadata-authorizationcodegrantcredentialsdetails

Type union: either IResolvable or CfnActionConnectorPropsMixin.IAuthorizationCodeGrantCredentialsDetailsProperty

AuthorizationCodeGrantCredentialsSource

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantmetadata.html#cfn-quicksight-actionconnector-authorizationcodegrantmetadata-authorizationcodegrantcredentialssource

BaseEndpoint

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantmetadata.html#cfn-quicksight-actionconnector-authorizationcodegrantmetadata-baseendpoint

RedirectUrl

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-actionconnector-authorizationcodegrantmetadata.html#cfn-quicksight-actionconnector-authorizationcodegrantmetadata-redirecturl

Implements

CfnActionConnectorPropsMixin.IAuthorizationCodeGrantMetadataProperty
Back to top Generated by DocFX