Endpoint Args
fun EndpointArgs(autoAddNewNodes: Output<String>? = null, dbClusterId: Output<String>? = null, dbEndpointDescription: Output<String>? = null, endpointConfig: Output<Map<String, Any>>? = null, endpointType: Output<String>? = null, netType: Output<String>? = null, nodes: Output<List<String>>? = null, readWriteMode: Output<String>? = null, sslAutoRotate: Output<String>? = null, sslEnabled: Output<String>? = null)