Class: Aws::Redshift::Types::EndpointAuthorization

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across Amazon Web Services accounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_all_vp_csBoolean

Indicates whether all VPCs in the grantee account are allowed access to the cluster.

Returns:

  • (Boolean)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end

#allowed_vp_csArray<String>

The VPCs allowed access to the cluster.

Returns:

  • (Array<String>)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end

#authorize_timeTime

The time (UTC) when the authorization was created.

Returns:

  • (Time)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_identifierString

The cluster identifier.

Returns:

  • (String)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_statusString

The status of the cluster.

Returns:

  • (String)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_countInteger

The number of Redshift-managed VPC endpoints created for the authorization.

Returns:

  • (Integer)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end

#granteeString

The Amazon Web Services account ID of the grantee of the cluster.

Returns:

  • (String)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end

#grantorString

The Amazon Web Services account ID of the cluster owner.

Returns:

  • (String)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the authorization action.

Returns:

  • (String)


6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
# File 'lib/aws-sdk-redshift/types.rb', line 6280

class EndpointAuthorization < Struct.new(
  :grantor,
  :grantee,
  :cluster_identifier,
  :authorize_time,
  :cluster_status,
  :status,
  :allowed_all_vp_cs,
  :allowed_vp_cs,
  :endpoint_count)
  SENSITIVE = []
  include Aws::Structure
end