amazonka-redshift-serverless-2.0: Amazon Redshift Serverless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.RedshiftServerLess.Types.EndpointAccess

Description

 
Synopsis

Documentation

data EndpointAccess Source #

Information about an Amazon Redshift Serverless VPC endpoint.

See: newEndpointAccess smart constructor.

Constructors

EndpointAccess' 

Fields

Instances

Instances details
FromJSON EndpointAccess Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.EndpointAccess

Generic EndpointAccess Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.EndpointAccess

Associated Types

type Rep EndpointAccess :: Type -> Type #

Read EndpointAccess Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.EndpointAccess

Show EndpointAccess Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.EndpointAccess

NFData EndpointAccess Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.EndpointAccess

Methods

rnf :: EndpointAccess -> () #

Eq EndpointAccess Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.EndpointAccess

Hashable EndpointAccess Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.EndpointAccess

type Rep EndpointAccess Source # 
Instance details

Defined in Amazonka.RedshiftServerLess.Types.EndpointAccess

newEndpointAccess :: EndpointAccess Source #

Create a value of EndpointAccess with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:address:EndpointAccess', endpointAccess_address - The DNS address of the endpoint.

$sel:endpointArn:EndpointAccess', endpointAccess_endpointArn - The Amazon Resource Name (ARN) of the VPC endpoint.

$sel:endpointCreateTime:EndpointAccess', endpointAccess_endpointCreateTime - The time that the endpoint was created.

$sel:endpointName:EndpointAccess', endpointAccess_endpointName - The name of the VPC endpoint.

$sel:endpointStatus:EndpointAccess', endpointAccess_endpointStatus - The status of the VPC endpoint.

$sel:port:EndpointAccess', endpointAccess_port - The port number on which Amazon Redshift Serverless accepts incoming connections.

$sel:subnetIds:EndpointAccess', endpointAccess_subnetIds - The unique identifier of subnets where Amazon Redshift Serverless choose to deploy the VPC endpoint.

$sel:vpcEndpoint:EndpointAccess', endpointAccess_vpcEndpoint - The connection endpoint for connecting to Amazon Redshift Serverless.

$sel:vpcSecurityGroups:EndpointAccess', endpointAccess_vpcSecurityGroups - The security groups associated with the endpoint.

$sel:workgroupName:EndpointAccess', endpointAccess_workgroupName - The name of the workgroup associated with the endpoint.

endpointAccess_address :: Lens' EndpointAccess (Maybe Text) Source #

The DNS address of the endpoint.

endpointAccess_endpointArn :: Lens' EndpointAccess (Maybe Text) Source #

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

endpointAccess_endpointCreateTime :: Lens' EndpointAccess (Maybe UTCTime) Source #

The time that the endpoint was created.

endpointAccess_port :: Lens' EndpointAccess (Maybe Int) Source #

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

endpointAccess_subnetIds :: Lens' EndpointAccess (Maybe [Text]) Source #

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

endpointAccess_vpcEndpoint :: Lens' EndpointAccess (Maybe VpcEndpoint) Source #

The connection endpoint for connecting to Amazon Redshift Serverless.

endpointAccess_vpcSecurityGroups :: Lens' EndpointAccess (Maybe [VpcSecurityGroupMembership]) Source #

The security groups associated with the endpoint.

endpointAccess_workgroupName :: Lens' EndpointAccess (Maybe Text) Source #

The name of the workgroup associated with the endpoint.