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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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)


6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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)


6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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)


6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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)


6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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)


6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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)


6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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)


6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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)


6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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:



6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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.



6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6195

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