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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Information about an authorization rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_allBoolean

Indicates whether the authorization rule grants access to all clients.

Returns:

  • (Boolean)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3143

class AuthorizationRule < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :group_id,
  :access_all,
  :destination_cidr,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#client_vpn_endpoint_idString

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

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3143

class AuthorizationRule < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :group_id,
  :access_all,
  :destination_cidr,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the authorization rule.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3143

class AuthorizationRule < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :group_id,
  :access_all,
  :destination_cidr,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#destination_cidrString

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

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3143

class AuthorizationRule < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :group_id,
  :access_all,
  :destination_cidr,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#group_idString

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

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3143

class AuthorizationRule < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :group_id,
  :access_all,
  :destination_cidr,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ClientVpnAuthorizationRuleStatus

The current state of the authorization rule.



3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3143

class AuthorizationRule < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :group_id,
  :access_all,
  :destination_cidr,
  :status)
  SENSITIVE = []
  include Aws::Structure
end