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.
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; }