![]() |
![]()
| ![]() |
![]()
NAMEPaws::RDS::DBProxyEndpoint USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::RDS::DBProxyEndpoint object: $service_obj->Method(Att1 => { CreatedDate => $value, ..., VpcSubnetIds => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RDS::DBProxyEndpoint object: $result = $service_obj->Method(...); $result->Att1->CreatedDate DESCRIPTIONThe data structure representing an endpoint associated with a DB proxy. RDS automatically creates one endpoint for each DB proxy. For Aurora DB clusters, you can associate additional endpoints with the same DB proxy. These endpoints can be read/write or read-only. They can also reside in different VPCs than the associated DB proxy. This data type is used as a response element in the "DescribeDBProxyEndpoints" operation. ATTRIBUTESCreatedDate => StrThe date and time when the DB proxy endpoint was first created. DBProxyEndpointArn => StrThe Amazon Resource Name (ARN) for the DB proxy endpoint. DBProxyEndpointName => StrThe name for the DB proxy endpoint. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens. DBProxyName => StrThe identifier for the DB proxy that is associated with this DB proxy endpoint. Endpoint => StrThe endpoint that you can use to connect to the DB proxy. You include the endpoint value in the connection string for a database client application. IsDefault => BoolA value that indicates whether this endpoint is the default endpoint for the associated DB proxy. Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the DB proxy can be either read/write or read-only. Status => StrThe current status of this DB proxy endpoint. A status of "available" means the endpoint is ready to handle requests. Other values indicate that you must wait for the endpoint to be ready, or take some action to resolve an issue. TargetRole => StrA value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations. VpcId => StrProvides the VPC ID of the DB proxy endpoint. VpcSecurityGroupIds => ArrayRef[Str|Undef]Provides a list of VPC security groups that the DB proxy endpoint belongs to. VpcSubnetIds => ArrayRef[Str|Undef]The EC2 subnet IDs for the DB proxy endpoint. SEE ALSOThis class forms part of Paws, describing an object used in Paws::RDS BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|