GradientEdge CDK Utils
    Preparing search index...

    Interface ServiceBusQueueAuthorizationRuleProps

    Properties for creating a Service Bus queue authorization rule

    interface ServiceBusQueueAuthorizationRuleProps {
        authorizationRuleName?: Input<string>;
        namespaceName: Input<string>;
        queueName: Input<string>;
        resourceGroupName: Input<string>;
        rights: Input<Input<AccessRights>[]>;
    }

    Hierarchy

    • QueueAuthorizationRuleArgs
      • ServiceBusQueueAuthorizationRuleProps
    Index

    Properties

    authorizationRuleName?: Input<string>

    The authorization rule name.

    namespaceName: Input<string>

    The namespace name

    queueName: Input<string>

    The queue name.

    resourceGroupName: Input<string>

    The name of the resource group. The name is case insensitive.

    rights: Input<Input<AccessRights>[]>

    The rights associated with the rule.