Show / Hide Table of Contents

Interface CfnDomainConfigurationPropsMixin.IAuthorizerConfigProperty

An object that specifies the authorization service for a domain.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoT
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDomainConfigurationPropsMixin.IAuthorizerConfigProperty
Syntax (vb)
Public Interface CfnDomainConfigurationPropsMixin.IAuthorizerConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-domainconfiguration-authorizerconfig.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.CfnPropertyMixins.AWS.IoT;

             var authorizerConfigProperty = new AuthorizerConfigProperty {
                 AllowAuthorizerOverride = false,
                 DefaultAuthorizerName = "defaultAuthorizerName"
             };

Synopsis

Properties

AllowAuthorizerOverride

A Boolean that specifies whether the domain configuration's authorization service can be overridden.

DefaultAuthorizerName

The name of the authorization service for a domain configuration.

Properties

AllowAuthorizerOverride

A Boolean that specifies whether the domain configuration's authorization service can be overridden.

object? AllowAuthorizerOverride { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-domainconfiguration-authorizerconfig.html#cfn-iot-domainconfiguration-authorizerconfig-allowauthorizeroverride

Type union: either bool or IResolvable

DefaultAuthorizerName

The name of the authorization service for a domain configuration.

string? DefaultAuthorizerName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-domainconfiguration-authorizerconfig.html#cfn-iot-domainconfiguration-authorizerconfig-defaultauthorizername

Back to top Generated by DocFX