Class CfnDomainConfiguration.AuthorizerConfigProperty
An object that specifies the authorization service for a domain.
Inheritance
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AuthorizerConfigProperty : Object, CfnDomainConfiguration.IAuthorizerConfigProperty
Syntax (vb)
Public Class AuthorizerConfigProperty
Inherits Object
Implements CfnDomainConfiguration.IAuthorizerConfigProperty
Remarks
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.IoT;
var authorizerConfigProperty = new AuthorizerConfigProperty {
AllowAuthorizerOverride = false,
DefaultAuthorizerName = "defaultAuthorizerName"
};
Synopsis
Constructors
Authorizer |
Properties
Allow |
A Boolean that specifies whether the domain configuration's authorization service can be overridden. |
Default |
The name of the authorization service for a domain configuration. |
Constructors
AuthorizerConfigProperty()
public AuthorizerConfigProperty()
Properties
AllowAuthorizerOverride
A Boolean that specifies whether the domain configuration's authorization service can be overridden.
public object AllowAuthorizerOverride { get; set; }
Property Value
System.
Remarks
DefaultAuthorizerName
The name of the authorization service for a domain configuration.
public string DefaultAuthorizerName { get; set; }
Property Value
System.