You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::AuthorizationRule

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an authorization rule.

Instance Attribute Summary collapse

Instance Attribute Details

#access_allBoolean

Indicates whether the authorization rule grants access to all clients.

Returns:

  • (Boolean)

    Indicates whether the authorization rule grants access to all clients.

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint with which the authorization rule is associated.

Returns:

  • (String)

    The ID of the Client VPN endpoint with which the authorization rule is associated.

#descriptionString

A brief description of the authorization rule.

Returns:

  • (String)

    A brief description of the authorization rule.

#destination_cidrString

The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.

Returns:

  • (String)

    The IPv4 address range, in CIDR notation, of the network to which the authorization rule applies.

#group_idString

The ID of the Active Directory group to which the authorization rule grants access.

Returns:

  • (String)

    The ID of the Active Directory group to which the authorization rule grants access.

#statusTypes::ClientVpnAuthorizationRuleStatus

The current state of the authorization rule.

Returns: