Class: Aws::RedshiftServerless::Types::EndpointAccess

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

Overview

Information about an Amazon Redshift Serverless VPC endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The DNS address of the endpoint.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#endpoint_arnString

The Amazon Resource Name (ARN) of the VPC endpoint.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#endpoint_create_timeTime

The time that the endpoint was created.

Returns:

  • (Time)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#endpoint_nameString

The name of the VPC endpoint.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#endpoint_statusString

The status of the VPC endpoint.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#portInteger

The port number on which Amazon Redshift Serverless accepts incoming connections.

Returns:

  • (Integer)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#subnet_idsArray<String>

The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.

Returns:

  • (Array<String>)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#vpc_endpointTypes::VpcEndpoint

The connection endpoint for connecting to Amazon Redshift Serverless.

Returns:



998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#vpc_security_groupsArray<Types::VpcSecurityGroupMembership>

The security groups associated with the endpoint.



998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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

#workgroup_nameString

The name of the workgroup associated with the endpoint.

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 998

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