AWSIoTImplicitDeny

Objective-C

@interface AWSIoTImplicitDeny

Swift

class AWSIoTImplicitDeny

Information that implicitly denies authorization. When policy doesn’t explicitly deny or allow an action on a resource it is considered an implicit deny.

  • Policies that don’t contain a matching allow or deny statement for the specified action on the specified resource.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTPolicy *> *_Nullable policies;

    Swift

    var policies: [AWSIoTPolicy]? { get set }