Class: Aws::Redshift::Types::EndpointAccess

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

Overview

Describes a Redshift-managed VPC endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The DNS address of the endpoint.

Returns:

  • (String)


6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_identifierString

The cluster identifier of the cluster associated with the endpoint.

Returns:

  • (String)


6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_create_timeTime

The time (UTC) that the endpoint was created.

Returns:

  • (Time)


6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the endpoint.

Returns:

  • (String)


6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_statusString

The status of the endpoint.

Returns:

  • (String)


6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The port number on which the cluster accepts incoming connections.

Returns:

  • (Integer)


6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#resource_ownerString

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

Returns:

  • (String)


6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_group_nameString

The subnet group name where Amazon Redshift chooses to deploy the endpoint.

Returns:

  • (String)


6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_endpointTypes::VpcEndpoint

The connection endpoint for connecting to an Amazon Redshift cluster through the proxy.

Returns:



6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_security_groupsArray<Types::VpcSecurityGroupMembership>

The security groups associated with the endpoint.



6314
6315
6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
6326
6327
# File 'lib/aws-sdk-redshift/types.rb', line 6314

class EndpointAccess < Struct.new(
  :cluster_identifier,
  :resource_owner,
  :subnet_group_name,
  :endpoint_status,
  :endpoint_name,
  :endpoint_create_time,
  :port,
  :address,
  :vpc_security_groups,
  :vpc_endpoint)
  SENSITIVE = []
  include Aws::Structure
end