Show / Hide Table of Contents

Class CfnChannelNamespacePropsMixin.AuthModeProperty

Describes an authorization configuration.

Inheritance
object
CfnChannelNamespacePropsMixin.AuthModeProperty
Implements
CfnChannelNamespacePropsMixin.IAuthModeProperty
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.AppSync.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelNamespacePropsMixin.AuthModeProperty : CfnChannelNamespacePropsMixin.IAuthModeProperty
Syntax (vb)
Public Class CfnChannelNamespacePropsMixin.AuthModeProperty Implements CfnChannelNamespacePropsMixin.IAuthModeProperty
Remarks

Use AuthMode to specify the publishing and subscription authorization configuration for an Event API.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-authmode.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.AppSync.Mixins;

             var authModeProperty = new AuthModeProperty {
                 AuthType = "authType"
             };

Synopsis

Constructors

AuthModeProperty()

Describes an authorization configuration.

Properties

AuthType

The authorization type.

Constructors

AuthModeProperty()

Describes an authorization configuration.

public AuthModeProperty()
Remarks

Use AuthMode to specify the publishing and subscription authorization configuration for an Event API.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-authmode.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.AppSync.Mixins;

             var authModeProperty = new AuthModeProperty {
                 AuthType = "authType"
             };

Properties

AuthType

The authorization type.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-channelnamespace-authmode.html#cfn-appsync-channelnamespace-authmode-authtype

Implements

CfnChannelNamespacePropsMixin.IAuthModeProperty
Back to top Generated by DocFX