interface GlobalEndpointProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.RDS.CfnGlobalCluster.GlobalEndpointProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrds#CfnGlobalCluster_GlobalEndpointProperty |
Java | software.amazon.awscdk.services.rds.CfnGlobalCluster.GlobalEndpointProperty |
Python | aws_cdk.aws_rds.CfnGlobalCluster.GlobalEndpointProperty |
TypeScript | aws-cdk-lib » aws_rds » CfnGlobalCluster » GlobalEndpointProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rds as rds } from 'aws-cdk-lib';
const globalEndpointProperty: rds.CfnGlobalCluster.GlobalEndpointProperty = {
address: 'address',
};
Properties
Name | Type | Description |
---|---|---|
address? | string | The writer endpoint for the global database cluster. |
address?
Type:
string
(optional)
The writer endpoint for the global database cluster.
This endpoint always points to the writer DB instance in the current primary cluster.