Show / Hide Table of Contents

Interface CfnChannelNamespace.IAuthModeProperty

Describes an authorization configuration.

Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnChannelNamespace.IAuthModeProperty
Syntax (vb)
Public Interface CfnChannelNamespace.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.AWS.AppSync;

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

Synopsis

Properties

AuthType

The authorization type.

Properties

AuthType

The authorization type.

string? AuthType { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX